From c44b074953734e3b487946b974d44e51f4fd3859 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 22 Sep 1997 00:15:19 +0000 Subject: [PATCH] clean targets except realclean don't remove spec.html, spec.ps. --- Changelog | 6 ++++++ Makefile.in | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index bf4c27d..8935d9b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +userv (0.55.2); urgency=low + + * clean targets except realclean don't remove spec.html, spec.ps. + + -- + userv (0.55.1); urgency=low * README file now shipped. diff --git a/Makefile.in b/Makefile.in index 337858d..a6d5e46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -106,15 +106,17 @@ autoconf configure: clean: rm -f daemon client lexer.l lexer.c tokens.h pcsum.h rm -f overview.eps overview.ps - rm -f spec.lout* spec.ps spec.text* lout.li - rm -rf spec.html* + rm -f spec.lout* spec.text* spec.sgml?* spec.ps?* + rm -rf spec.html?* + rm -f lout.li *.lix *.ldx rm -f *.o *~ core ./#*# distclean: clean rm -f config.status config.log Makefile config.h realclean: distclean - rm -f configure config.h.in + rm -f configure config.h.in spec.ps* spec.sgml* + rm -rf spec.html* shipprep: $(SHIPTARGETS) -- 2.30.2