From 11f1c3b5d1177ff93ca714eaf2690fcfd1dbf57a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 Mar 2017 00:14:50 +0000 Subject: (reauto): new convenience target git-svn-id: svn://tug.org/texlive/trunk@43448 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/ChangeLog | 4 ++++ Build/source/Makefile.am | 6 +++++- Build/source/Makefile.in | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) (limited to 'Build/source') diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index 781c0a26336..05fb9244eb6 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,7 @@ +2017-03-10 Karl Berry + + * Makefile.am (reauto): convenience target. + 2016-11-16 Karl Berry * Makefile.am (install-exec-hook): warn that the 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: diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 4d9bc8ace97..d8020033f21 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -1046,11 +1046,15 @@ install-exec-hook: 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: -- cgit v1.2.3