summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephane Bortzmeyer <bortz@debian.org>2000-11-20 16:33:59 +0000
committerStephane Bortzmeyer <bortz@debian.org>2000-11-20 16:33:59 +0000
commit195de7937571d8d6eed216a917a30dc017b2f4f4 (patch)
treeb773564b502522d560d0eacb90438caf524d6b33 /Makefile
parent4038e562e8cdab39cb008fa3fb61848c60424023 (diff)
downloadjava-common-195de7937571d8d6eed216a917a30dc017b2f4f4.tar.gz
Add examples, new item in the FAQ, etc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0430ab9..d70369a 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,8 @@ install:: $(OUTPUTS)
install -m 0444 $(OUTPUTS) $(PUBLISHDIR)
clean:
- rm -rf *.html *.aux *.log *.dvi *.ps *.tex *.txt
+ rm -rf *.html *.aux *.log *.dvi *.ps *.tex *.txt *~
+ (cd examples; rm -f *~)
# For the debian-java-FAQ
# by Javier Fernández-Sanguino Peña <jfs@computer.org>