summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-09-13 00:23:29 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-09-13 00:23:29 +0000
commitaa72aa5bfd865202e4116cc216c653ad77c3ee03 (patch)
tree64c2beb8d1757f266aa44174e2a6847b18c1d9aa
parent1fd2fa70b00802a8233e2da916bea5b3a3b430dd (diff)
downloadnasm-aa72aa5bfd865202e4116cc216c653ad77c3ee03.tar.gz
Clean doc directory when making "make dist"
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a4d3336f..ee202941 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -131,6 +131,7 @@ distclean: clean
rm -f output/*~ output/*.bak
rm -f test/*.lst test/*.bin test/*.$(O) test/*.bin
rm -rf autom4te*.cache
+ rm -f doc/Makefile doc/*~ doc/*.bak
cd rdoff && $(MAKE) distclean
cleaner: clean