summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-10 00:14:50 +0000
committerKarl Berry <karl@freefriends.org>2017-03-10 00:14:50 +0000
commit11f1c3b5d1177ff93ca714eaf2690fcfd1dbf57a (patch)
tree4b21dca6e6a68602c7753c031c9c553f32cbf301 /Build/source/Makefile.am
parent82e5a90bfde07a5459c34702012cb65d32038575 (diff)
(reauto): new convenience target
git-svn-id: svn://tug.org/texlive/trunk@43448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r--Build/source/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am
index 3807c07d0a1..57341028f98 100644
--- a/Build/source/Makefile.am
+++ b/Build/source/Makefile.am
@@ -76,11 +76,15 @@ endif !cross
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: