[game-data-packager] 02/02: Add distclean target

Simon McVittie smcv at debian.org
Tue Dec 6 10:24:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit ef2a642d4416ab2a28ee5e4533326dcde35dbf7f
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Nov 6 16:47:25 2016 +0000

    Add distclean target
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6efca78..8e07074 100644
--- a/Makefile
+++ b/Makefile
@@ -326,6 +326,9 @@ clean:
 	rm -rf game_data_packager/games/__pycache__
 	rm -rf tools/__pycache__
 
+distclean: clean
+	rm -f configure.mk config.status
+
 check:
 	LC_ALL=C $(PYFLAKES3) game_data_packager/*.py game_data_packager/*/*.py runtime/*.py tests/*.py tools/*.py || :
 	LC_ALL=C GDP_UNINSTALLED=1 PYTHONPATH=. $(PYTHON) tests/deb.py
@@ -438,4 +441,4 @@ html: $(DIRS) $(json)
 	LC_ALL=C GDP_UNINSTALLED=1 PYTHONPATH=. python3 -m tools.babel
 	rsync out/index.html alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-games/htdocs/game-data/ -e ssh -v
 
-.PHONY: all clean check install html
+.PHONY: all clean distclean check install html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list