diff options
author | Stephane Bortzmeyer <bortz@debian.org> | 2000-12-07 14:36:59 +0000 |
---|---|---|
committer | Stephane Bortzmeyer <bortz@debian.org> | 2000-12-07 14:36:59 +0000 |
commit | 4f1dd9e8743b08c5f294278ceb5509ce37a34ba3 (patch) | |
tree | 24c6d0281af17cb10a88edd02266450982de4f74 | |
parent | d7de6f1ab5bf2d70feed1a035eacb39591143bd1 (diff) | |
download | java-common-4f1dd9e8743b08c5f294278ceb5509ce37a34ba3.tar.gz |
Also clean the FAQ
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ install:: $(OUTPUTS) install -m 0444 $(OUTPUTS) $(PUBLISHDIR) clean: - rm -rf *.html *.aux *.log *.dvi *.ps *.tex *.txt *~ + rm -rf debian-java-faq.* *.html *.aux *.log *.dvi *.ps *.tex *.txt *~ (cd examples; rm -f *~) # For the debian-java-FAQ |