Skip to content

Commit

Permalink
Remove the temp file when generating the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed May 16, 2024
1 parent 687e1b2 commit 5131ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ud/documentation/index.html: README.pod ud/package.xml
update-copyright.pl $<
-mkdir ud/documentation
pod2html $< > $@
rm pod2htmd.tmp

release: ud
$(EXTENSION_DIR)/release_extension \
Expand Down
4 changes: 2 additions & 2 deletions ud/package.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<tred_extension xmlns="http://ufal.mff.cuni.cz/pdt/pml/" install_size="67099">
<tred_extension xmlns="http://ufal.mff.cuni.cz/pdt/pml/" install_size="69240">
<head>
<schema href="tred_extension_schema.xml"/>
</head>
<pkgname>ud</pkgname>
<icon>icons/ud.png</icon>
<repository href="http://ufal.mff.cuni.cz/tred/extensions/external/"/>
<title>TrEd Extension to Work with Universal Dependencies</title>
<version>0.21</version>
<version>0.22</version>
<copyright year="2018-2024">Jan Štěpánek</copyright>
<description>Makes it possible to view and edit UD files.</description>
<require>
Expand Down

0 comments on commit 5131ec9

Please sign in to comment.