CVS update by adrian xemacsweb ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Dec 17 18:17:31 EST 2007


  User: adrian  
  Date: 07/12/18 00:17:31

  Modified:    xemacsweb ChangeLog Makefile
Log:
xemacsweb: Suppress genpage dummy-dots using -q

-------------------- ChangeLog entries follow: --------------------

ChangeLog addition:

2007-12-18  Adrian Aichner  <adrian at xemacs.org>

	* Makefile (htdocs-time-stamp): Suppress genpage dummy-dots using
	-q.

Revision  Changes    Path
1.279     +5 -0      XEmacs/xemacsweb/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -p -r1.278 -r1.279
--- ChangeLog	2007/12/03 21:05:10	1.278
+++ ChangeLog	2007/12/17 23:17:29	1.279
@@ -1,3 +1,8 @@
+2007-12-18  Adrian Aichner  <adrian at xemacs.org>
+
+	* Makefile (htdocs-time-stamp): Suppress genpage dummy-dots using
+	-q.
+
 2007-12-03  Adrian Aichner  <adrian at xemacs.org>
 
 	* index.content: Add and announce XEmacs website mirror



1.57      +1 -1      XEmacs/xemacsweb/Makefile

Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Makefile,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- Makefile	2007/10/02 18:38:49	1.56
+++ Makefile	2007/12/17 23:17:30	1.57
@@ -84,7 +84,7 @@ htdocs-time-stamp: $(CONTENT_FILES) \
 	Download/win32/netinstall-win32.txt \
 	Download/win32/innosetup-win32.txt \
 	Download/win32/installshield-win32.txt
-	perl ./genpage/bin/genpage -p $(GENPAGE_CONF) -o "."
+	perl ./genpage/bin/genpage -q -p $(GENPAGE_CONF) -o "."
 	touch htdocs-time-stamp
 
 # APA: Validate only files younger than time-stamp file created by





More information about the XEmacs-CVS mailing list