texinfo-commits
[Top][All Lists]
Advanced

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

[6881] dist-hook remove backup files


From: Gavin D. Smith
Subject: [6881] dist-hook remove backup files
Date: Sun, 20 Dec 2015 12:38:19 +0000

Revision: 6881
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6881
Author:   gavin
Date:     2015-12-20 12:38:15 +0000 (Sun, 20 Dec 2015)
Log Message:
-----------
dist-hook remove backup files

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-12-20 12:25:01 UTC (rev 6880)
+++ trunk/ChangeLog     2015-12-20 12:38:15 UTC (rev 6881)
@@ -1,5 +1,10 @@
 2015-12-20  Gavin Smith  <address@hidden>
 
+       * info/Makefile.am (dist-hook): Remove backup files from t/infodir
+       subdirectory.
+
+2015-12-20  Gavin Smith  <address@hidden>
+
        * doc/texinfo.tex (\begindoublecolumns): If not much space left 
        on page, start a new page.
 

Modified: trunk/info/Makefile.am
===================================================================
--- trunk/info/Makefile.am      2015-12-20 12:25:01 UTC (rev 6880)
+++ trunk/info/Makefile.am      2015-12-20 12:38:15 UTC (rev 6881)
@@ -167,3 +167,5 @@
   t/README t/infodir \
   t/Init-inter.inc t/Init-test.inc t/Timeout-test.inc \
   t/Infokey-config t/node-target
+dist-hook:
+       rm -rf `find $(distdir)/t/infodir -name '*~'`




reply via email to

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