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 | |
parent | bba10bb89844e6b16e00ee34183ea9259e00cbca (diff) |
* Install the source of the examples into /usr/share/doc/ikiwiki/examples.
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3f0941ced..9a280ab6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,9 @@ ikiwiki (1.32) UNRELEASED; urgency=low ikiwiki, like a weblog. The examples can be copied into a user's wiki for a quick start, without needing to learn everything about how to put them together. + * Install the source of the examples into /usr/share/doc/ikiwiki/examples. - -- Joey Hess <joeyh@debian.org> Sat, 28 Oct 2006 19:23:03 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 28 Oct 2006 19:43:53 -0400 ikiwiki (1.31) unstable; urgency=low 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 |