debian: Include additional documentation in the package (docs/)
This commit is contained in:
parent
13002dc04e
commit
9f9e21dc7f
|
@ -0,0 +1,3 @@
|
|||
docs/debugging.html
|
||||
docs/hacking-howto.html
|
||||
docs/userguide.html
|
|
@ -19,6 +19,7 @@ build:
|
|||
# Add here commands to compile the package.
|
||||
$(MAKE)
|
||||
$(MAKE) -C man
|
||||
$(MAKE) -C docs
|
||||
|
||||
touch $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue