From 5131ec94aed32d2cdcaeb5e9deebb9442a982c45 Mon Sep 17 00:00:00 2001 From: "E. Choroba" Date: Fri, 17 May 2024 00:10:31 +0200 Subject: [PATCH] Remove the temp file when generating the documentation --- Makefile | 1 + ud/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 141750c..41fac3e 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/ud/package.xml b/ud/package.xml index ebcb557..0d121b7 100644 --- a/ud/package.xml +++ b/ud/package.xml @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ icons/ud.png TrEd Extension to Work with Universal Dependencies - 0.21 + 0.22 Jan Štěpánek Makes it possible to view and edit UD files.