diff options
-rw-r--r-- | Build/source/am/man.am | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/man/Makefile.in | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/Makefile.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/am/man.am b/Build/source/am/man.am index 61ab0d30ee0..bd598ac75a7 100644 --- a/Build/source/am/man.am +++ b/Build/source/am/man.am @@ -1,6 +1,6 @@ ## am/man.am: Makefile fragment for kpathsea and web2c manual pages. ## -## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ## requires $(man_sources) @@ -19,7 +19,7 @@ nodist_man1_MANS = $(man_files) sedscript: $(KPATHSEA_PATHS_H)/kpathsea/paths.h $(AM_V_GEN)( \ sed -n -e '/^#define/s/#define[ ][ ]*\([A-Z_a-z][A-Z_a-z]*\)[ ][ ]*\(.*\)/s%@\1@%\2%/p' \ - $< \ + $(KPATHSEA_PATHS_H)/kpathsea/paths.h \ | sed -e 's/"//g' -e 's/[ ]*\/\*[^*]*\*\///g'; \ echo 's%@VER''SION@%$(VERSION)%'; \ echo 's%@BINDIR@%$(bindir)%'; \ diff --git a/Build/source/texk/kpathsea/man/Makefile.in b/Build/source/texk/kpathsea/man/Makefile.in index 0184e25d002..6f8e27033dc 100644 --- a/Build/source/texk/kpathsea/man/Makefile.in +++ b/Build/source/texk/kpathsea/man/Makefile.in @@ -548,7 +548,7 @@ $(man_files): sedscript sedscript: $(KPATHSEA_PATHS_H)/kpathsea/paths.h $(AM_V_GEN)( \ sed -n -e '/^#define/s/#define[ ][ ]*\([A-Z_a-z][A-Z_a-z]*\)[ ][ ]*\(.*\)/s%@\1@%\2%/p' \ - $< \ + $(KPATHSEA_PATHS_H)/kpathsea/paths.h \ | sed -e 's/"//g' -e 's/[ ]*\/\*[^*]*\*\///g'; \ echo 's%@VER''SION@%$(VERSION)%'; \ echo 's%@BINDIR@%$(bindir)%'; \ diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in index f99d413f97c..3be78cba580 100644 --- a/Build/source/texk/web2c/man/Makefile.in +++ b/Build/source/texk/web2c/man/Makefile.in @@ -686,7 +686,7 @@ $(man_files): sedscript sedscript: $(KPATHSEA_PATHS_H)/kpathsea/paths.h $(AM_V_GEN)( \ sed -n -e '/^#define/s/#define[ ][ ]*\([A-Z_a-z][A-Z_a-z]*\)[ ][ ]*\(.*\)/s%@\1@%\2%/p' \ - $< \ + $(KPATHSEA_PATHS_H)/kpathsea/paths.h \ | sed -e 's/"//g' -e 's/[ ]*\/\*[^*]*\*\///g'; \ echo 's%@VER''SION@%$(VERSION)%'; \ echo 's%@BINDIR@%$(bindir)%'; \ |