From fdd72ce8c09af76639a05370c14768c8061a69d4 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Fri, 13 Nov 2020 01:56:07 +0100 Subject: [PATCH] Fix CTAN ZIP file --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 49142cb..92f5b13 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ dependencies-install: texlive-update install: dependencies-install latexmk -outdir=$(CLASS) $(CLASS).dtx -pdf - cp $(CLASS)/$(CLASS).cls . + cp $(CLASS)/$(CLASS).cls $(CLASS).cls + cp $(CLASS).dtx $(CLASS)/$(CLASS).dtx dependencies-samples: texlive-update tlmgr install koma-script latex ly1 etoolbox xpatch ifoddpage hyperref xcolor babel oberdiek tools geometry libertine eulervm sourcecodepro microtype csquotes relsize totpages amsmath amscls amsfonts tools cancel pgf algorithm2e listings listingsutf8 booktabs graphics float caption pgfplots @@ -20,4 +21,4 @@ samples: dependencies-samples latexmk exercise-german.tex -pdf ctan: install - zip $(CLASS) $(CLASS)/README.md $(CLASS)/LICENSE.txt $(CLASS)/$(CLASS).cls $(CLASS)/mluexercise.ins $(CLASS)/$(CLASS).pdf \ No newline at end of file + zip $(CLASS) $(CLASS)/README.md $(CLASS)/LICENSE.txt $(CLASS)/$(CLASS).dtx $(CLASS)/mluexercise.ins $(CLASS)/$(CLASS).pdf \ No newline at end of file