blob: 627b973400fddc05a1491e59561af27242e051af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Makefile.am for the TeX Live subdirectory texk/kpathsea/doc/
##
## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
EXTRA_DIST = unixtex.ftp
DISTCLEANFILES = $(DVIS) $(PSS)
## The info files
info_TEXINFOS = kpathsea.texi
kpathsea_TEXINFOS = bugs.texi hier.texi install.texi unixtex.texi
|