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

3
debian/i3-wm.docs vendored Normal file
View File

@ -0,0 +1,3 @@
docs/debugging.html
docs/hacking-howto.html
docs/userguide.html

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 $@