From 51ebb9cb3b77f55e8f5b41f7a2dc12ca3d24f8a1 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 24 Apr 2009 15:19:37 +0000 Subject: new build system: towards completion git-svn-id: svn://tug.org/texlive/trunk@12813 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/tex4htk/Makefile.am | 2 +- Build/source/texk/tex4htk/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/tex4htk') diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index 407782f8d36..b71663fcf50 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -67,7 +67,7 @@ install-links: for p in $(shell_scripts); do \ rm -f $$p; \ echo "creating link '$$p' -> '$(REL)/$(tex4ht_subdir)/$$p.sh'"; \ - $(LN_S) $(REL)/$(tex4ht_subdir)/$$p.pl $$p; \ + $(LN_S) $(REL)/$(tex4ht_subdir)/$$p.sh $$p; \ done uninstall-hook: diff --git a/Build/source/texk/tex4htk/Makefile.in b/Build/source/texk/tex4htk/Makefile.in index f56c6e38df7..4e868e06f51 100644 --- a/Build/source/texk/tex4htk/Makefile.in +++ b/Build/source/texk/tex4htk/Makefile.in @@ -746,7 +746,7 @@ install-links: for p in $(shell_scripts); do \ rm -f $$p; \ echo "creating link '$$p' -> '$(REL)/$(tex4ht_subdir)/$$p.sh'"; \ - $(LN_S) $(REL)/$(tex4ht_subdir)/$$p.pl $$p; \ + $(LN_S) $(REL)/$(tex4ht_subdir)/$$p.sh $$p; \ done uninstall-hook: -- cgit v1.2.3