From b7f37dd02319383deacc9595c0b8ab587242a540 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 22 Sep 1997 00:28:52 +0000 Subject: [PATCH] clean targets except realclean don't remove lexer.[lc] tokens.h overview.ps. New totalclean target. --- Changelog | 4 +++- Makefile.in | 12 ++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) 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) -- 2.30.2