diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-28 23:46:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-28 23:46:45 +0000 |
commit | 1a8beaf4c6f09ee693bdc9447f74b21512509190 (patch) | |
tree | e0ba7d8936c619b35845c43eea8b62342f0e74ef /debian/rules | |
parent | bba10bb89844e6b16e00ee34183ea9259e00cbca (diff) |
* Install the source of the examples into /usr/share/doc/ikiwiki/examples.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index fcbf2959d..4e14b5ca3 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ binary-indep: build DESTDIR=$(shell pwd)/debian/ikiwiki dh_install wikilist etc/ikiwiki dh_installdocs html + dh_installexamples doc/examples dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL dh_installchangelogs dh_compress -X html |