texinfo-commits
[Top][All Lists]
Advanced

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

[6960] perl 5.22.1 doc


From: karl
Subject: [6960] perl 5.22.1 doc
Date: Sat, 23 Jan 2016 15:25:47 +0000

Revision: 6960
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6960
Author:   karl
Date:     2016-01-23 15:25:46 +0000 (Sat, 23 Jan 2016)
Log Message:
-----------
perl 5.22.1 doc

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/contrib/perldoc-all/GNUmakefile

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-01-23 14:09:02 UTC (rev 6959)
+++ trunk/ChangeLog     2016-01-23 15:25:46 UTC (rev 6960)
@@ -1,3 +1,9 @@
+2016-01-23  Karl Berry  <address@hidden>
+
+       * contrib/perldoc-all/GNUmakefile (install): no need for grep,
+       since we don't install the split HTML any more.
+       ($(texi_pod_doc_incl)): mention failure to get uniprops et al.
+
 2016-01-23  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/XSParagraph/lib,

Modified: trunk/contrib/perldoc-all/GNUmakefile
===================================================================
--- trunk/contrib/perldoc-all/GNUmakefile       2016-01-23 14:09:02 UTC (rev 
6959)
+++ trunk/contrib/perldoc-all/GNUmakefile       2016-01-23 15:25:46 UTC (rev 
6960)
@@ -52,6 +52,11 @@
 # We also omit perlunicook, since it necessarily has many binary Unicode
 # characters, and processing the whole thing in UTF-8 makes it less useful. 
 #
+# Because we start from the source directory, we also lose all the
+# generated .pods, such as perluniprops.  We would not want
+# all of them (e.g., perltw.pod), but some (like uniprops) might be nice.
+# Maybe someday.
+# 
        cd $(perl_pod_subdir) \
        && perl -p -i.bak -e 's,X<.*?>>?,,g' *.pod \
        && $(pod2texi) -o $@ $(pod2texi_args) \
@@ -66,7 +71,7 @@
 install:
        cp -arf manual/. $(www_target)/.
        rm -rf $(www_target)/html_chapter
-       cd $(www_target) && cvs update -P | grep -v '^M '
+       cd $(www_target) && cvs update -P
 
 mostlyclean:
        rm -rf manual $(texi_pod_doc_incl)




reply via email to

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