diff --git a/src/en/html/Makefile b/src/en/html/Makefile index d89ac0c..b08eb91 100644 --- a/src/en/html/Makefile +++ b/src/en/html/Makefile @@ -74,7 +74,7 @@ clean : rm -f index.4ct index.4tc index.dvi index.idv index.idx index.lg index.log index.out index.tmp index.xref index.4dx index.4ix index.ilg index.ind dist-clean : clean - rm -f *.html index.css + rm -f *.html index.css index*png rm -rf images/ dist : dist-html diff --git a/src/fr/html/Makefile b/src/fr/html/Makefile index c5b069c..0dc7602 100644 --- a/src/fr/html/Makefile +++ b/src/fr/html/Makefile @@ -80,7 +80,7 @@ clean : rm -f index.4ct index.4tc index.dvi index.idv index.idx index.lg index.log index.out index.tmp index.xref index.4dx index.4ix index.ilg index.ind dist-clean : clean - rm -f *.html index.css + rm -f *.html index.css index*png rm -rf images/ dist : dist-html