diff options
Diffstat (limited to 'Build/source/texk/dvipng/help/Makefile.am')
-rw-r--r-- | Build/source/texk/dvipng/help/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/dvipng/help/Makefile.am b/Build/source/texk/dvipng/help/Makefile.am index 6e61490c65f..b9e7f8aea7d 100644 --- a/Build/source/texk/dvipng/help/Makefile.am +++ b/Build/source/texk/dvipng/help/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/dvipng/help/ ## -## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## DVIPNG_HELP = $(top_srcdir)/doc/dvipng.help @@ -10,13 +10,13 @@ all-local: help-stamp $(DVIPNG_HELP) # If dvipng.help is to be rebuilt, this would fail for a read-only source # directory, but rebuilding dvipng.info would equally fail. # Do not even try to rebuild dvipng.help if help-stamp is up to date. -$(DVIPNG_HELP): - $(MAKE) $(AM_MAKEFLAGS) help-stamp +$(DVIPNG_HELP): help-stamp help-stamp: ../dvipng$(EXEEXT) if !cross -(cd .. && ./dvipng$(EXEEXT)) | \ sed -e's/dvipng.exe/dvipng/' \ -e's/ (dvipng) / /' \ + -e's/ (dvipng (TeX Live)) / (TeX Live) /' \ -e's,/lt-dvipng ,/dvipng ,' \ -e's,^This is .*/dvipng ,This is ./dvipng ,' \ -e's,^Usage: .*/dvipng ,Usage: ./dvipng ,' > dvipng.tmp |