diff options
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) |