tRemove auto-generated dopewars.6 and dopewars.spec files with "make distclean". - 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
       ---
 (DIR) commit 59346e6b5db7633810cf4fb4a24166e217f47786
 (DIR) parent 7c4dfbe9b9d57855b4ea64dc5c6cd41d60cf3cc2
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat, 19 Oct 2002 20:41:39 +0000
       
       Remove auto-generated dopewars.6 and dopewars.spec files with "make distclean".
       
       
       Diffstat:
         M .cvsignore                          |       1 +
         M Makefile.am                         |      28 +++++++++++++++-------------
         M doc/.cvsignore                      |       1 +
         M doc/Makefile.am                     |      18 ++++++++++--------
       
       4 files changed, 27 insertions(+), 21 deletions(-)
       ---
 (DIR) diff --git a/.cvsignore b/.cvsignore
       t@@ -13,5 +13,6 @@ stamp-h
        stamp-h.in
        stamp-h1
        dopewars.sco
       +dopewars.spec
        libtool
        autom4te.cache
 (DIR) diff --git a/Makefile.am b/Makefile.am
       t@@ -1,16 +1,18 @@
       -SUBDIRS    = intl src doc po sounds
       -DESKTOPDIR = ${DESTDIR}${datadir}/gnome/apps/Games
       -DESKTOP    = dopewars.desktop
       -SCOREDIR   = ${DESTDIR}${datadir}
       -SCORE      = ${SCOREDIR}/dopewars.sco
       -EXTRA_DIST = ABOUT-NLS LICENCE dopewars.desktop dopewars.spec depcomp \
       -             runindent.sh win32/Makefile win32/README win32/contid.h \
       -             win32/dialogs.rc win32/filelist win32/guifunc.c win32/guifunc.h \
       -             win32/makeinstall.c win32/setup.c win32/setup.ico win32/setup.rc \
       -             win32/uninstall.c win32/uninstall.rc win32/util.c win32/util.h \
       -             win32/zlib/Makefile.nocygwin win32/zlib/README.zlib \
       -             win32/setup.manifest win32/uninstall.manifest
       -CLEANFILES = dopewars.sco dopewars-log.txt dopewars-config.txt
       +SUBDIRS        = intl src doc po sounds
       +DESKTOPDIR     = ${DESTDIR}${datadir}/gnome/apps/Games
       +DESKTOP        = dopewars.desktop
       +SCOREDIR       = ${DESTDIR}${datadir}
       +SCORE          = ${SCOREDIR}/dopewars.sco
       +EXTRA_DIST     = ABOUT-NLS LICENCE dopewars.desktop dopewars.spec depcomp \
       +                 runindent.sh win32/Makefile win32/README win32/contid.h \
       +                 win32/dialogs.rc win32/filelist win32/guifunc.c \
       +                 win32/guifunc.h win32/makeinstall.c win32/setup.c \
       +                 win32/setup.ico win32/setup.rc win32/uninstall.c \
       +                 win32/uninstall.rc win32/util.c win32/util.h \
       +                 win32/zlib/Makefile.nocygwin win32/zlib/README.zlib \
       +                 win32/setup.manifest win32/uninstall.manifest
       +CLEANFILES     = dopewars.sco dopewars-log.txt dopewars-config.txt
       +DISTCLEANFILES = dopewars.spec
        
        install-data-local:
                ${mkinstalldirs} ${SCOREDIR}
 (DIR) diff --git a/doc/.cvsignore b/doc/.cvsignore
       t@@ -1,2 +1,3 @@
        Makefile
        Makefile.in
       +dopewars.6
 (DIR) diff --git a/doc/Makefile.am b/doc/Makefile.am
       t@@ -1,11 +1,13 @@
       -DOCPATH    = ${DESTDIR}${datadir}/doc/${PACKAGE}-${VERSION}/
       -DOCS       = aiplayer.html configfile.html index.html i18n.html server.html \
       -             clientplay.html credits.html example-cfg installation.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}
       +DOCPATH        = ${DESTDIR}${datadir}/doc/${PACKAGE}-${VERSION}/
       +DOCS           = aiplayer.html configfile.html index.html i18n.html \
       +                 server.html clientplay.html credits.html example-cfg \
       +                 installation.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}
       +DISTCLEANFILES = dopewars.6
        
        install-data-local:
                ${INSTALL} -d -m 0755 ${DOCPATH}