[Python-modules-commits] [python-modules] 01/01: clean and rename
Barry Warsaw
barry at moszumanska.debian.org
Mon Nov 2 22:48:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch git-policy
in repository python-modules.
commit d852b638784df37f88e9aa8fa7c2a77888b0ae75
Author: Barry Warsaw <barry at python.org>
Date: Mon Nov 2 16:47:55 2015 -0600
clean and rename
---
Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 135709f..e9e2d99 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
%.html: %.rst
rst2html $< > $@
-all: policy.html
+html: policy.html
-install: all
+install: html
scp policy.* alioth:/srv/alioth.debian.org/chroot/home/groups/python-modules/htdocs/
+
+clean:
+ rm -f *.html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/tools/python-modules.git
More information about the Python-modules-commits
mailing list