diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-29 14:05:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-29 14:05:59 +0000 |
commit | a7c9a7ff1a6d0925eafe21175304c494e266b319 (patch) | |
tree | 2d106049b3e3dbcd8e158a9f8c4bd0b72982e693 /Build/source/utils/texdoctk/Makefile.am | |
parent | f1cb3d4245e2e5d8857c8db3b455fb3a2ec593c5 (diff) |
utils/texdoctk: Minor build system fix
git-svn-id: svn://tug.org/texlive/trunk@28653 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texdoctk/Makefile.am')
-rw-r--r-- | Build/source/utils/texdoctk/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/utils/texdoctk/Makefile.am b/Build/source/utils/texdoctk/Makefile.am index e9f6d2bd261..3d38b3af774 100644 --- a/Build/source/utils/texdoctk/Makefile.am +++ b/Build/source/utils/texdoctk/Makefile.am @@ -8,8 +8,6 @@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = -dist-hook: # in case of an SVN repository - rm -rf `find $(distdir) -name .svn` perl_scripts = texdoctk scriptsdir = texmf/scripts/texdoctk @@ -18,12 +16,12 @@ nodist_bin_SCRIPTS = include $(srcdir)/../../texk/am/script_links.am # texmfdir = $(datarootdir)/$(scriptsdir) -nodist_texmf_SCRIPTS = texdoctk.pl +dist_texmf_SCRIPTS = texdoctk.pl install-data-hook: install-perl-links uninstall-hook: uninstall-links -man1_MANS = texdoctk.1 +dist_man1_MANS = texdoctk.1 CLEANFILES = $(nodist_bin_SCRIPTS) |