summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-13 00:08:16 +0000
committerKarl Berry <karl@freefriends.org>2009-04-13 00:08:16 +0000
commite0bf193d67d722a044f7ab3efa98854757d619c4 (patch)
treeeffb1e008f9baf040415173587f7723dbbc5f325 /Build/source/texk/lcdf-typetools/otfinfo/Makefile.in
parentc87c5680a97ea7d5458d6ae7c95bc83c60c912a0 (diff)
lcdf-typetools 2.78
git-svn-id: svn://tug.org/texlive/trunk@12708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/otfinfo/Makefile.in')
-rw-r--r--Build/source/texk/lcdf-typetools/otfinfo/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in b/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in
index f8bf60bb995..de9bc392c9e 100644
--- a/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in
+++ b/Build/source/texk/lcdf-typetools/otfinfo/Makefile.in
@@ -307,11 +307,11 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
-install-man1: $(man_MANS)
+install-man1: $(man1_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
- @list=''; \
- l2='$(man_MANS)'; \
+ @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \
@@ -333,8 +333,8 @@ install-man1: $(man_MANS)
done
uninstall-man1:
@$(NORMAL_UNINSTALL)
- @list=''; \
- l2='$(man_MANS)'; \
+ @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.1*) list="$$list $$i" ;; \