]> 4ch.mooo.com Git - 16.git/blob - 16/adplug/adplug-2.2.1/doc/Makefile.am
Please enter the commit message for your changes. Lines starting
[16.git] / 16 / adplug / adplug-2.2.1 / doc / Makefile.am
1 info_TEXINFOS = libadplug.texi
2
3 libadplug_TEXINFOS = fdl.texi
4
5 man_MANS = adplugdb.1
6
7 EXTRA_DIST = adplugdb.1.in
8
9 MOSTLYCLEANFILES = stamp-vti libadplug.info libadplug.info-1 \
10         libadplug.info-2
11
12 CLEANFILES = libadplug.cps libadplug.fns libadplug.vrs
13
14 DISTCLEANFILES = adplugdb.1
15
16 MAINTAINERCLEANFILES = version.texi
17
18 edit = sed \
19         -e 's,@sharedstatedir\@,$(sharedstatedir),g' \
20         -e 's,@VERSION\@,$(VERSION),g'
21
22 adplugdb.1: Makefile $(srcdir)/adplugdb.1.in
23         rm -f adplugdb.1 adplugdb.1.tmp
24         $(edit) $(srcdir)/adplugdb.1.in >adplugdb.1.tmp
25         mv adplugdb.1.tmp adplugdb.1