From: Michael Stapelberg Date: Fri, 12 Jun 2009 22:34:36 +0000 (+0200) Subject: debian: Include additional documentation in the package (docs/) X-Git-Tag: 3.b~59 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9f9e21dc7fa65c1e6b35b95281f3527349fc6ea4;p=i3%2Fi3 debian: Include additional documentation in the package (docs/) --- 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 $@