diff --git a/debian/i3-wm.docs b/debian/i3-wm.docs new file mode 100644 index 00000000..c909b4b8 --- /dev/null +++ b/debian/i3-wm.docs @@ -0,0 +1,3 @@ +docs/debugging.html +docs/hacking-howto.html +docs/userguide.html diff --git a/debian/rules b/debian/rules index 78eba656..1fee800a 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,7 @@ build: # Add here commands to compile the package. $(MAKE) $(MAKE) -C man + $(MAKE) -C docs touch $@