X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/b37070d888919ae30219ce13e4d3cce359fd75e1..3e8b7a6b196767d2c7d21790b6ed7c3fb5f70d31:/debian/rules diff --git a/debian/rules b/debian/rules index fcbf2959d..25b1f57b6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,8 @@ build: build-stamp build-stamp: dh_testdir - perl Makefile.PL PREFIX=/usr + perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor + $(MAKE) -C po $(MAKE) $(MAKE) test touch build-stamp @@ -13,7 +14,7 @@ clean: dh_testroot rm -f build-stamp perl Makefile.PL - -$(MAKE) realclean + if [ -e Makefile ]; then $(MAKE) realclean; fi dh_clean binary-arch: build @@ -22,11 +23,10 @@ binary-indep: build dh_testdir dh_testroot dh_clean -k - $(MAKE) pure_install INSTALLDIRS=vendor \ - DESTDIR=$(shell pwd)/debian/ikiwiki - dh_install wikilist etc/ikiwiki + $(MAKE) pure_install DESTDIR=$(shell pwd)/debian/ikiwiki dh_installdocs html - dh_link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL + dh_installexamples doc/examples/* + dh_link usr/share/common-licenses/GPL-2 usr/share/doc/ikiwiki/html/GPL dh_installchangelogs dh_compress -X html dh_fixperms