texlive[43448] Build/source/Makefile.in: (reauto): new convenience
commits+karl at tug.org
commits+karl at tug.org
Fri Mar 10 01:14:50 CET 2017
Revision: 43448
http://tug.org/svn/texlive?view=revision&revision=43448
Author: karl
Date: 2017-03-10 01:14:50 +0100 (Fri, 10 Mar 2017)
Log Message:
-----------
(reauto): new convenience target
Modified Paths:
--------------
trunk/Build/source/ChangeLog
trunk/Build/source/Makefile.am
trunk/Build/source/Makefile.in
Property Changed:
----------------
trunk/Build/source/Makefile.am
Modified: trunk/Build/source/ChangeLog
===================================================================
--- trunk/Build/source/ChangeLog 2017-03-09 22:51:55 UTC (rev 43447)
+++ trunk/Build/source/ChangeLog 2017-03-10 00:14:50 UTC (rev 43448)
@@ -1,3 +1,7 @@
+2017-03-10 Karl Berry <karl at tug.org>
+
+ * Makefile.am (reauto): convenience target.
+
2016-11-16 Karl Berry <karl at tug.org>
* Makefile.am (install-exec-hook): warn that the
Modified: trunk/Build/source/Makefile.am
===================================================================
--- trunk/Build/source/Makefile.am 2017-03-09 22:51:55 UTC (rev 43447)
+++ trunk/Build/source/Makefile.am 2017-03-10 00:14:50 UTC (rev 43448)
@@ -76,11 +76,15 @@
skip:
.PHONY: skip
-# Directly run texlinks.
+# Convenience targets to run texlinks and reautoconf.
.PHONY: texlinks
texlinks:
cd $(texlinks_dir) && $(MAKE) $(AM_MAKEFLAGS) run-texlinks
+.PHONY: triptrap
+reauto:
+ ./reautoconf
+
# Special target to run TRIP and TRAP tests and create diffs.
.PHONY: triptrap
triptrap:
Property changes on: trunk/Build/source/Makefile.am
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/Build/source/Makefile.in
===================================================================
--- trunk/Build/source/Makefile.in 2017-03-09 22:51:55 UTC (rev 43447)
+++ trunk/Build/source/Makefile.in 2017-03-10 00:14:50 UTC (rev 43448)
@@ -1046,11 +1046,15 @@
skip:
.PHONY: skip
-# Directly run texlinks.
+# Convenience targets to run texlinks and reautoconf.
.PHONY: texlinks
texlinks:
cd $(texlinks_dir) && $(MAKE) $(AM_MAKEFLAGS) run-texlinks
+.PHONY: triptrap
+reauto:
+ ./reautoconf
+
# Special target to run TRIP and TRAP tests and create diffs.
.PHONY: triptrap
triptrap:
More information about the tex-live-commits
mailing list