chiark / gitweb /
Do not delete spec.sgml.in. release-0-56
authorian <ian>
Sat, 11 Oct 1997 13:38:49 +0000 (13:38 +0000)
committerian <ian>
Sat, 11 Oct 1997 13:38:49 +0000 (13:38 +0000)
Changelog
Makefile.in

index 7e9b9753570e11f7a9445a0c000fe76c4a17202a..9af7e5c6aaab288ad1dfff744658d69e05985fdf 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -4,8 +4,9 @@ userv (0.56); urgency=medium
     stolen, and exits if it has.
   * Client only retries connect(2) on EINTR (and does so silently).
   * All of even master server's syslog messages have pid.
+  * Don't delete spec.sgml.in in clean targets.
 
- -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 13:45:38 +0100
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
 
 userv (0.55.2); urgency=low
 
index 07072bb0bbcae4fea107ff9d2075b4a155d63765..03e99ede4420efb354e99d6ef2d090e28b76c95a 100644 (file)
@@ -106,7 +106,7 @@ autoconf configure:
 clean:
                rm -f daemon client pcsum.h
                rm -f overview.eps
-               rm -f spec.lout* spec.text* spec.sgml?* spec.ps?*
+               rm -f spec.lout* spec.text* spec.sgml spec.sgml.new spec.ps?*
                rm -rf spec.html?*
                rm -f lout.li *.lix *.ldx config.cache
                rm -f *.o *~ core ./#*#
@@ -115,7 +115,7 @@ distclean:  clean
                rm -f config.status config.log Makefile config.h
 
 realclean:     distclean
-               rm -f spec.ps* spec.sgml*
+               rm -f spec.ps* spec.sgml spec.sgml.new
                rm -f lexer.l lexer.c tokens.h overview.ps
                rm -rf spec.html*