diff options
Diffstat (limited to 'Build/source/texk/kpathsea/man/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/man/Makefile.am | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/Build/source/texk/kpathsea/man/Makefile.am b/Build/source/texk/kpathsea/man/Makefile.am index ea9e6fe16fc..7e542730067 100644 --- a/Build/source/texk/kpathsea/man/Makefile.am +++ b/Build/source/texk/kpathsea/man/Makefile.am @@ -1,31 +1,18 @@ +## $Id$ ## Makefile.am for the TeX Live subdirectory texk/kpathsea/man/ ## -## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2015-2019 Karl Berry <tex-live@tug.org> +## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## man_sources = \ kpseaccess.man \ kpsereadlink.man \ kpsestat.man \ - kpsewhich.man \ - mktexlsr.man \ - mktexmf.man \ - mktexpk.man \ - mktextfm.man + kpsewhich.man EXTRA_DIST = $(man_sources) KPATHSEA_PATHS_H = ${top_builddir}/.. include $(top_srcdir)/../../am/man.am - -# Symlinks within $(man1dir): FILE:LINK indicates LINK.1->FILE.1 -man1_links = \ - mktexlsr:texhash - -include $(top_srcdir)/../../am/man1_links.am - -install-data-hook: install-man1-links - -uninstall-hook: uninstall-man1-links - |