summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-06-25 13:38:49 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-06-25 13:40:10 -0700
commit0d551103130191d9b88316fd5be7072aa9e90f07 (patch)
treea424a7029c36d6eb07e604ec40526d3953553b69
parentf85cd55731bd4be6638a37855c41b9c93d858f91 (diff)
downloadnasm-0d551103130191d9b88316fd5be7072aa9e90f07.tar.gz
doc: inslist.src is an intermediate file, move to "make clean"
inslist.src is an intermediate file, it should be in "make clean" rather than "make spotless"; otherwise it ends up in the xdoc tarball. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--doc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a2ef4e31..4932869f 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -88,11 +88,12 @@ nasm.inf: nasmdoc.ipf
clean:
-rm -f *.rtf *.hpj *.texi *.gid *.ipf *.dip
-rm -f *.aux *.cp *.fn *.ky *.pg *.log *.toc *.tp *.vr
+ -rm -f inslist.src
spotless: clean
-rm -rf html info
-rm -f *.hlp nasmdoc.txt *.inf *.pdf *.dvi
- -rm -f nasmdoc*.ps inslist.src
+ -rm -f nasmdoc*.ps
install: all
mkdir -p $(INSTALLROOT)$(infodir)