summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/man/Makefile.am')
-rw-r--r--Build/source/texk/kpathsea/man/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/Build/source/texk/kpathsea/man/Makefile.am b/Build/source/texk/kpathsea/man/Makefile.am
deleted file mode 100644
index 7e542730067..00000000000
--- a/Build/source/texk/kpathsea/man/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-## $Id$
-## Makefile.am for the TeX Live subdirectory texk/kpathsea/man/
-##
-## 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
-
-EXTRA_DIST = $(man_sources)
-
-KPATHSEA_PATHS_H = ${top_builddir}/..
-
-include $(top_srcdir)/../../am/man.am