texinfo-commits
[Top][All Lists]
Advanced

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

[7954] add pre-inst-env


From: gavinsmith0123
Subject: [7954] add pre-inst-env
Date: Fri, 22 Sep 2017 04:51:55 -0400 (EDT)

Revision: 7954
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7954
Author:   gavin
Date:     2017-09-22 04:51:55 -0400 (Fri, 22 Sep 2017)
Log Message:
-----------
add pre-inst-env

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-09-16 19:23:37 UTC (rev 7953)
+++ trunk/ChangeLog     2017-09-22 08:51:55 UTC (rev 7954)
@@ -1,3 +1,9 @@
+2017-09-22  Mathieu Lirzin  <address@hidden>
+
+       * build-aux/pre-inst-env.in: New file, for launching programs 
+       from build directory.
+       * Makefile.am (noinst_SCRIPTS, CLEANFILES): Add pre-inst-env.
+
 2017-09-16  Paul Eggert  <address@hidden>
 
        * doc/texinfo.tex: Use 'https' in preference to 'http' in comments.

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am   2017-09-16 19:23:37 UTC (rev 7953)
+++ trunk/Makefile.am   2017-09-22 08:51:55 UTC (rev 7954)
@@ -16,6 +16,9 @@
 # Find our headers and gnulib headers.
 ACLOCAL_AMFLAGS = -I gnulib/m4
 
+# Wrapper for the build environment.
+noinst_SCRIPTS = pre-inst-env
+
 # Additional files to distribute.
 EXTRA_DIST = ChangeLog.46 INSTALL.generic README-hacking \
   system.h gnulib/m4/gnulib-cache.m4 \
@@ -132,3 +135,5 @@
          diff -u address@hidden address@hidden || exit 1;                      
                \
          rm -f address@hidden address@hidden;                                  
        \
        fi
+
+CLEANFILES= $(noinst_SCRIPTS)




reply via email to

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