[chocolate-doom] 03/09: Remove mkinstalldirs (redundant now); include BUGS and TODO in distribution
Jonathan Dowland
jmtd at moszumanska.debian.org
Mon Jan 30 15:06:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
jmtd pushed a commit to annotated tag chocolate-doom-0.0.3
in repository chocolate-doom.
commit d00ae4ee3771996af84ad2b124fd589ad2da70e2
Author: Simon Howard <fraggle at gmail.com>
Date: Wed Sep 14 22:13:45 2005 +0000
Remove mkinstalldirs (redundant now); include BUGS and TODO in distribution
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 107
---
Makefile.am | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f9337ed..aa44549 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,10 @@ AUX_DIST_GEN = \
$(ac_aux_dir)/config.guess \
$(ac_aux_dir)/config.sub \
$(ac_aux_dir)/install-sh \
- $(ac_aux_dir)/missing \
- $(ac_aux_dir)/mkinstalldirs
+ $(ac_aux_dir)/missing
-EXTRA_DIST=$(AUX_DIST_GEN) config.h
+EXTRA_DIST=$(AUX_DIST_GEN) config.h TODO BUGS
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
docdir=$(prefix)/share/doc/@PACKAGE@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git
More information about the Pkg-games-commits
mailing list