texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/contrib/perldoc-all GNUmakefile gendocs...


From: karl
Subject: texinfo/contrib/perldoc-all GNUmakefile gendocs...
Date: Sat, 16 Feb 2013 16:49:49 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     13/02/16 16:49:49

Modified files:
        contrib/perldoc-all: GNUmakefile gendocs_template 

Log message:
        perldoc page text

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/contrib/perldoc-all/GNUmakefile?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/contrib/perldoc-all/gendocs_template?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/texinfo/texinfo/contrib/perldoc-all/GNUmakefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- GNUmakefile 7 Feb 2013 18:14:46 -0000       1.3
+++ GNUmakefile 16 Feb 2013 16:49:49 -0000      1.4
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.3 2013/02/07 18:14:46 karl Exp $
+# $Id: GNUmakefile,v 1.4 2013/02/16 16:49:49 karl Exp $
 # Sample Makefile to build Texinfo from the Perl POD documentation,
 # using pod2texi.
 #
@@ -33,7 +33,7 @@
 gendocs_title = "Perl documentation in Texinfo"
 
 all: $(texi_pod_doc_incl)
-       rm -rf manual
+       rm -rf manual *.aux *.toc *.??
        gendocs.sh $(gendocs_args) $(texi_pod_doc) $(gendocs_title)
 
 $(texi_pod_doc_incl): $(perl_pod_subdir)/*.pod

Index: gendocs_template
===================================================================
RCS file: /sources/texinfo/texinfo/contrib/perldoc-all/gendocs_template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gendocs_template    4 Feb 2013 01:35:12 -0000       1.1
+++ gendocs_template    16 Feb 2013 16:49:49 -0000      1.2
@@ -3,14 +3,14 @@
 <!--#include virtual="/server/banner.html" -->
 <h2>%%TITLE%%</h2>
 
-<address>Free Software Foundation</address>
+<address>GNU Project</address>
 <address>last updated %%DATE%%</address>
 
 <p>This translation of the <a href="http://perldoc.perl.org/";>Perl
 documentation</a> from POD to Texinfo is not official, and not endorsed
 by the Perl developers (indeed, they haven't seen it).  It was created
 by the GNU Texinfo developers because they found it useful to have the
-core Perl documentation available in Info other formats, and thought
+core Perl documentation available in Info and other formats, and thought
 they would share the results.  Suggestions welcome.</p>
 
 <p>This output is created entirely by the Texinfo tools; see the <a
@@ -27,9 +27,6 @@
 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
     (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
     one web page.</li>
-<li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
-    (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
-    with one web page per node.</li>
 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
     (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
     with one web page per chapter.</li>
@@ -69,9 +66,9 @@
 
 <p>Copyright &copy; 2013 Free Software Foundation, Inc.</p>
 
-<p>Verbatim copying and distribution of this entire article are
-permitted worldwide, without royalty, in any medium, provided this
-notice, and the copyright notice, are preserved.</p>
+<p>This page is licensed under a <a rel="license"
+href="http://creativecommons.org/licenses/by-nd/3.0/us/";>Creative
+Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
 
 </div>
 </div>



reply via email to

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