From: ian Date: Mon, 22 Sep 1997 00:28:52 +0000 (+0000) Subject: clean targets except realclean don't remove lexer.[lc] tokens.h overview.ps. New... X-Git-Tag: release-0-55-2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=b7f37dd02319383deacc9595c0b8ab587242a540 clean targets except realclean don't remove lexer.[lc] tokens.h overview.ps. New totalclean target. --- diff --git a/Changelog b/Changelog index 8935d9b..67de3ca 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,8 @@ userv (0.55.2); urgency=low - * clean targets except realclean don't remove spec.html, spec.ps. + * clean targets except realclean don't remove spec.html, spec.ps, + lexer.[lc], tokens.h, overview.ps. New totalclean target for + removing configure and config.h.in. -- diff --git a/Makefile.in b/Makefile.in index a6d5e46..07072bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -104,20 +104,24 @@ autoconf configure: autoconf clean: - rm -f daemon client lexer.l lexer.c tokens.h pcsum.h - rm -f overview.eps overview.ps + rm -f daemon client pcsum.h + rm -f overview.eps rm -f spec.lout* spec.text* spec.sgml?* spec.ps?* rm -rf spec.html?* - rm -f lout.li *.lix *.ldx + rm -f lout.li *.lix *.ldx config.cache rm -f *.o *~ core ./#*# distclean: clean rm -f config.status config.log Makefile config.h realclean: distclean - rm -f configure config.h.in spec.ps* spec.sgml* + rm -f spec.ps* spec.sgml* + rm -f lexer.l lexer.c tokens.h overview.ps rm -rf spec.html* +totalclean: realclean + rm -f configure config.h.in + shipprep: $(SHIPTARGETS) ship: $(SHIPTARGETS)