diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-10 00:14:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-10 00:14:50 +0000 |
commit | 11f1c3b5d1177ff93ca714eaf2690fcfd1dbf57a (patch) | |
tree | 4b21dca6e6a68602c7753c031c9c553f32cbf301 /Build/source/Makefile.in | |
parent | 82e5a90bfde07a5459c34702012cb65d32038575 (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.in')
-rw-r--r-- | Build/source/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
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: |