]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Move removal of language specific .md files from distclean to clean target.
authorPetter Reinholdtsen <pere@hungry.com>
Fri, 9 Feb 2018 12:43:13 +0000 (12:43 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 22 Feb 2018 18:12:09 +0000 (18:12 +0000)
Makefile

index 6cd997d87e1555725a6a5e6f24838bf3e7a90a4a..08413604269e8b05e4e9117bf37205146612b535 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,10 @@ all: pdf epub
 
 distclean: clean
        rm -f $(SOURCE).md
+clean:
        for LANG in $(LANGS); do \
            rm -f $(SOURCE).$$LANG.md ;\
        done
-clean:
        for EXT in aux cb cb2 glo idx lof log tex toc xml pdf epub; do \
            rm -f $(SOURCE).$$EXT ;\
            for LANG in $(LANGS); do \