texinfo-commits
[Top][All Lists]
Advanced

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

[5894] (install): ignore normally M(odified) files in


From: karl
Subject: [5894] (install): ignore normally M(odified) files in
Date: Sun, 26 Oct 2014 22:49:40 +0000

Revision: 5894
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5894
Author:   karl
Date:     2014-10-26 22:49:39 +0000 (Sun, 26 Oct 2014)
Log Message:
-----------
(install): ignore normally M(odified) files in
target cvs.

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

Modified: trunk/contrib/perldoc-all/GNUmakefile
===================================================================
--- trunk/contrib/perldoc-all/GNUmakefile       2014-10-26 21:55:59 UTC (rev 
5893)
+++ trunk/contrib/perldoc-all/GNUmakefile       2014-10-26 22:49:39 UTC (rev 
5894)
@@ -2,7 +2,7 @@
 # Sample Makefile to build Texinfo from the Perl POD documentation,
 # using pod2texi.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013, 2014 Free Software Foundation, Inc.
 # 
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -51,11 +51,13 @@
          `ls *.pod | fgrep -v delta` \
        && mv $(texi_pod_subdir) $@ ../..
 
+# updating on www.gnu.org.
 www_target = $(HOME)/gnu/www/www/software/perl/manual
 install:
        cp -arf manual/. $(www_target)/.
        ls -lt $(www_target)/html_chapter | tail  # cvs rm -f obsolete files
                                                   # and cvs add new (status ?).
+       cd $(www_target) && cvs update | grep -v '^M '
 
 # when running make dist, ensure we have none of the build files.
 # (Since the whole contrib/ directory is included in its entirety.)




reply via email to

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