* doc/Makefile.am: Fixed clean target to work properly.
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Mon, 1 Oct 2007 18:59:47 +0000 (20:59 +0200)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Mon, 1 Oct 2007 18:59:47 +0000 (20:59 +0200)
* doc/handbook/Makefile.am: Likewise.

doc/Makefile.am
doc/handbook/Makefile.am

index 743debfcd50f6b4ba6fbf4e528d2de1633235975..327d68f77bbb1ab350296865db3eb1849cb35818 100644 (file)
@@ -36,14 +36,7 @@ dist_noinst_DATA = annotations.tex jsr.bib
 
 EXTRA_DIST = inlining_stacktrace.txt native_threads.txt stack.txt
 
-annotations:
-       latex annotations
-       bibtex annotations
-       latex annotations
-       latex annotations
-
-clean:
-       rm -f \
+CLEANFILES = \
        annotations.aux \
        annotations.bbl \
        annotations.blg \
@@ -56,6 +49,12 @@ clean:
        annotations.out \
        annotations.tex~
 
+annotations:
+       latex annotations
+       bibtex annotations
+       latex annotations
+       latex annotations
+
 ## Local variables:
 ## mode: Makefile
 ## indent-tabs-mode: t
index fc5e3c5aa13486adcc945e4fc60b3a981fd929e0..2c0d5968c9582fcabda5a553d24b992ebd841b0d 100644 (file)
@@ -52,15 +52,15 @@ dist_noinst_DATA = \
        x86.tex \
        x86_64.tex
 
+CLEANFILES = \
+       *.aux *.bbl *.blg *.dvi *.lof *.log *.lot *.toc
+
 handbook:
        latex cacao
        bibtex cacao
        latex cacao
        latex cacao
 
-clean:
-       rm -f *.aux *.bbl *.blg *.dvi *.lof *.log *.lot *.toc
-
 
 ## Local variables:
 ## mode: Makefile