From: Art Cancro Date: Wed, 21 Dec 2005 15:08:56 +0000 (+0000) Subject: * Makefile.in: target 'distclean' - do not remove po/Makefile.in X-Git-Tag: v7.86~4359 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=98a3e23657faa8a9ef566fd3b450b30586b192df * Makefile.in: target 'distclean' - do not remove po/Makefile.in --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index fde36776d..aaf1f5331 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,5 +1,8 @@ $Id$ +Wed Dec 21 10:08:18 EST 2005 ajc +* Makefile.in: target 'distclean' - do not remove po/Makefile.in + Sat Dec 17 00:24:05 EST 2005 ajc * messages.c: include the "edit html source" button in the message editor window. Also, when pullquoting a message, insert a \n\n at the end so diff --git a/webcit/Makefile.in b/webcit/Makefile.in index 923f8906b..917950e2a 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -32,7 +32,7 @@ clean: distclean: clean rm -f Makefile config.cache config.log config.status \ - po/Makefile po/Makefile.in \ + po/Makefile \ $(srcdir)/TAGS setup: setup.o tools.o