summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-10-19 10:17:20 +0200
committerGuido Guenther <agx@sigxcpu.org>2007-10-19 10:17:20 +0200
commitdd2a4d0daec0d2e220bc521ebf87fdb2bb9d5646 (patch)
tree63babaa57c54edb2c4513c3394d4c31200b24cc6
parent3156b9118d077a3d377bf64bc86cb3ab52e65f05 (diff)
properly cleanup the version file
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 80b8218e..3474e37d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,6 @@ build/git-buildpackage:: $(MANPAGES) $(MANUAL) $(GBP_VERSION) $(PYCHECKS)
clean::
-rm git-*.py
- -rm docs/*.1 docs/manpage.* docs/$(VERSION_ENT)
+ -rm docs/*.1 docs/manpage.* $(VERSION_ENT)
-rm -r docs/manual-html/