tMakefile.am - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tMakefile.am (772B)
---
1 DOCPATH = ${DESTDIR}${docdir}
2 DOCS = aiplayer.html configfile.html index.html i18n.html \
3 server.html clientplay.html credits.html example-cfg \
4 installation.html servercommands.html commandline.html \
5 contribute.html developer.html metaserver.html \
6 protocol.html windows.html ../LICENCE example-igneous
7 man_MANS = dopewars.6
8 SUBDIRS = help
9 EXTRA_DIST = dopewars.6.in ${DOCS}
10 DISTCLEANFILES = dopewars.6
11
12 install-data-local:
13 ${INSTALL} -d -m 0755 ${DOCPATH}
14 for doc in ${DOCS}; do \
15 ${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
16 done
17
18 uninstall-local:
19 for doc in ${DOCS}; do \
20 /bin/rm -f ${DOCPATH}/$${doc}; \
21 done
22 /bin/rm -f ${DOCPATH}/LICENCE