debian: Include additional documentation in the package (docs/)

This commit is contained in:
Michael Stapelberg
2009-06-13 00:34:36 +02:00
parent 13002dc04e
commit 9f9e21dc7f
2 changed files with 4 additions and 0 deletions

1
debian/rules vendored
View File

@ -19,6 +19,7 @@ build:
# Add here commands to compile the package.
$(MAKE)
$(MAKE) -C man
$(MAKE) -C docs
touch $@