aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-11-08 22:25:36 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-11-08 22:25:36 +0100
commit6f94038f6ed75bb2c1798ef15a9f1642fb5a4e79 (patch)
treeb0db574b9e1b07b3fb9b4e1de1b69adce7e02571 /debian/rules
parentc48e88ca55a8ec2c90f4846a3081c1cc136aa826 (diff)
move docs around
for the later merge of the (yet mostly unwritten) manual
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 47c6c942..6ea935f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ MANPAGES=$(patsubst %,docs/%.1,$(COMMANDS))
PYCHECKS=$(patsubst %,%.py,$(COMMANDS))
PYCHECK_LEVEL=Error
-docs/%.1: docs/%.sgml
+docs/%.1: docs/man.%.sgml
docbook-to-man $< > $@
%.py: %
@@ -22,4 +22,4 @@ docs/%.1: docs/%.sgml
build/git-buildpackage:: $(MANPAGES) $(PYCHECKS)
clean::
- -rm docs/*.1 docs/manpage.* git-*.py
+ -rm docs/*.1 git-*.py