qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs Makefile qe-doc.html


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs Makefile qe-doc.html
Date: Tue, 17 Dec 2013 17:36:50 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        13/12/17 17:36:50

Modified files:
        .              : Makefile qe-doc.html 

Log message:
        Filter qe-doc.html to remove date dependency
        
        * Added filtering post texi2html to remove date items.
          This makes the output file qe-doc.html time independent

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.53&r2=1.54
http://cvs.savannah.gnu.org/viewcvs/qemacs/qe-doc.html?cvsroot=qemacs&r1=1.13&r2=1.14

Patches:
Index: Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/Makefile,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- Makefile    17 Dec 2013 16:08:55 -0000      1.53
+++ Makefile    17 Dec 2013 17:36:50 -0000      1.54
@@ -345,6 +345,10 @@
 # documentation
 qe-doc.html: qe-doc.texi Makefile
        LANGUAGE=en_US LC_ALL=en_US.UTF-8 texi2html -monolithic $<
+       mv $@ address@hidden
+       sed "s/This document was generated on.*//"     < address@hidden | \
+       sed "s/<!-- Created on .* by/<!-- Created by/" > $@
+       rm address@hidden
 
 #
 # Maintenance targets

Index: qe-doc.html
===================================================================
RCS file: /sources/qemacs/qemacs/qe-doc.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- qe-doc.html 22 Nov 2013 20:05:42 -0000      1.13
+++ qe-doc.html 17 Dec 2013 17:36:50 -0000      1.14
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <html>
-<!-- Created on November 22, 2013 by texi2html 5.0
+<!-- Created by texi2html 5.0
 texi2html was written by: 
             Lionel Cons <address@hidden> (original author)
             Karl Berry  <address@hidden>
@@ -1817,7 +1817,7 @@
 <h1>About This Document</h1>
 
 <p>
-  This document was generated on <i>November 22, 2013</i> using <a 
href="http://www.nongnu.org/texi2html/";><i>texi2html 5.0</i></a>.
+  
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -1919,7 +1919,7 @@
 <hr>
 <p>
  <font size="-1">
-  This document was generated on <i>November 22, 2013</i> using <a 
href="http://www.nongnu.org/texi2html/";><i>texi2html 5.0</i></a>.
+  
  </font>
  <br>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]