changeset 1458:0b3626c71b9e

[project @ 1995-09-20 05:48:18 by jwe]
author jwe
date Wed, 20 Sep 1995 05:48:18 +0000
parents 949d1677e782
children 0b5abd833621
files doc/interpreter/Makefile.in
diffstat 1 files changed, 9 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Wed Sep 20 05:12:24 1995 +0000
+++ b/doc/interpreter/Makefile.in	Wed Sep 20 05:48:18 1995 +0000
@@ -192,28 +192,26 @@
 spell: $(SPELL)
 .PHONY: spell
 
-clean:
-	rm -f *.info *.info-* octave.cp octave.fn octave.in \
+mostlyclean clean:
+	rm -f octave.cp octave.fn octave.in \
 	octave.ky octave.op octave.pg octave.rd octave.tp octave.vr \
 	octave.cps octave.fns octave.ins octave.kys octave.ops \
 	octave.pgs octave.rds octave.tps octave.vrs octave.aux \
-	octave.log octave.toc octave.dvi octave.ps liboctave.cp \
+	octave.log octave.toc liboctave.cp \
 	liboctave.fn liboctave.pg liboctave.tp liboctave.cps \
 	liboctave.fns liboctave.pgs liboctave.tps liboctave.aux \
-	liboctave.log liboctave.toc liboctave.dvi liboctave.ps \
-	refcard-*.dvi refcard-*.ps
-.PHONY: clean
-
-mostlyclean:
-	rm -f *.info *.info-*
-.PHONY: mostlyclean
+	liboctave.log liboctave.toc
+.PHONY: mostlyclean clean
 
 distclean: clean
 	rm -f Makefile
 .PHONY: distclean
 
 maintainer-clean: distclean
-	rm -f tags TAGS
+	rm -f tags TAGS octave.info octave.info-* octave.dvi octave.ps \
+	liboctave.info liboctave.info-* liboctave.dvi liboctave.ps \
+	FAQ.info FAQ.info-* FAQ.dvi FAQ.ps \
+	refcard-*.dvi refcard-*.ps
 .PHONY: maintainer-clean
 
 local-dist: all