| tAdd directories doc/help/, sounds/ and sounds/19.5degs/ to the distribution. - vaccinewars - be a doctor and try to vaccinate the world |
| git clone git://src.adamsgaard.dk/vaccinewars |
| Log |
| Files |
| Refs |
| README |
| LICENSE |
| --- |
| commit e16abbebcbb0e185afddf1c6efdd3929e15e2a99 |
| parent 1635582cb481dbb9ce966817bf8b91e64dee6216 |
| Author: Ben Webb |
| Date: Tue, 15 Oct 2002 12:57:44 +0000
Add directories doc/help/, sounds/ and sounds/19.5degs/ to the distribution.
Diffstat:
M Makefile.am | 2 +-
M configure.in | 3 +++
M doc/Makefile.am | 2 +-
A doc/help/.cvsignore | 2 ++
A doc/help/Makefile.am | 10 ++++++++++
A sounds/.cvsignore | 2 ++
A sounds/19.5degs/.cvsignore | 2 ++
A sounds/19.5degs/Makefile.am | 8 ++++++++
A sounds/Makefile.am | 3 +++
9 files changed, 32 insertions(+), 2 deletions(-)
--- |
| diff --git a/Makefile.am b/Makefile.am |
| t@@ -1,4 +1,4 @@
-SUBDIRS = intl src doc po
+SUBDIRS = intl src doc po sounds
DESKTOPDIR = ${DESTDIR}${datadir}/gnome/apps/Games
DESKTOP = dopewars.desktop
SCOREDIR = ${DESTDIR}${datadir} |
| diff --git a/configure.in b/configure.in |
| t@@ -396,7 +396,10 @@ src/curses_client/Makefile
src/gtkport/Makefile
src/cursesport/Makefile
src/plugins/Makefile
+sounds/Makefile
+sounds/19.5degs/Makefile
doc/Makefile
+doc/help/Makefile
intl/Makefile
po/Makefile.in],
[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) |
| diff --git a/doc/Makefile.am b/doc/Makefile.am |
| t@@ -4,6 +4,7 @@ DOCS = aiplayer.html configfile.html index.html i18n.html server.html \
servercommands.html commandline.html developer.html \
metaserver.html protocol.html windows.html ../LICENCE
man_MANS = dopewars.6
+SUBDIRS = help
EXTRA_DIST = ${man_MANS} ${DOCS}
install-data-local:
t@@ -11,4 +12,3 @@ install-data-local:
for doc in ${DOCS}; do \
${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
done
- |
| diff --git a/doc/help/.cvsignore b/doc/help/.cvsignore |
| t@@ -0,0 +1,2 @@
+Makefile
+Makefile.in |
| diff --git a/doc/help/Makefile.am b/doc/help/Makefile.am |
| t@@ -0,0 +1,10 @@
+DOCPATH = ${DESTDIR}${datadir}/doc/${PACKAGE}-${VERSION}/help
+DOCS = cops.html general.html locations.html sounds.html \
+ drugs.html guns.html server.html
+EXTRA_DIST = ${DOCS}
+
+install-data-local:
+ ${INSTALL} -d -m 0755 ${DOCPATH}
+ for doc in ${DOCS}; do \
+ ${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
+ done |
| diff --git a/sounds/.cvsignore b/sounds/.cvsignore |
| t@@ -0,0 +1,2 @@
+Makefile
+Makefile.in |
| diff --git a/sounds/19.5degs/.cvsignore b/sounds/19.5degs/.cvsignore |
| t@@ -0,0 +1,2 @@
+Makefile
+Makefile.in |
| diff --git a/sounds/19.5degs/Makefile.am b/sounds/19.5degs/Makefile.am |
| t@@ -0,0 +1,8 @@
+## Process this file with automake to produce Makefile.in
+
+pkgdata_DATA = \
+ README colt.wav gun.wav losebitch.wav \
+ murmur.wav run.wav train.wav bye.wav \
+ die.wav jet.wav message.wav punch.wav shotdown.wav
+
+EXTRA_DIST = $(pkgdata_DATA) |
| diff --git a/sounds/Makefile.am b/sounds/Makefile.am |
| t@@ -0,0 +1,3 @@
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = 19.5degs |