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