OSDN Git Service

branch: yandytex with kpathsea.
[putex/putex.git] / src / texsourc / kpathsea / kpathsea / man / Makefile.am
1 ## Makefile.am for the TeX Live subdirectory texk/kpathsea/man/
2 ##
3 ## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
4 ## You may freely use, modify and/or distribute this file.
5 ##
6 man_sources = \
7         kpseaccess.man \
8         kpsereadlink.man \
9         kpsestat.man \
10         kpsewhich.man \
11         mktexlsr.man \
12         mktexmf.man \
13         mktexpk.man \
14         mktextfm.man
15
16 EXTRA_DIST = $(man_sources)
17
18 KPATHSEA_PATHS_H = ${top_builddir}/..
19
20 include $(top_srcdir)/../../am/man.am
21
22 # Symlinks within $(man1dir): FILE:LINK indicates LINK.1->FILE.1
23 man1_links = \
24         mktexlsr:texhash
25
26 include $(top_srcdir)/../../am/man1_links.am
27
28 install-data-hook: install-man1-links
29
30 uninstall-hook: uninstall-man1-links
31