X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a1a7019f276902c53aad2b2cb71e74f6e974fa05..6dd9f998b3e071c17c3958232907fe7cffe81566:/debian/rules diff --git a/debian/rules b/debian/rules index b65fa72f9..da8249920 100755 --- a/debian/rules +++ b/debian/rules @@ -1,38 +1,14 @@ #!/usr/bin/make -f -build: build-stamp -build-stamp: - dh_testdir - perl Makefile.PL - $(MAKE) - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - perl Makefile.PL - -$(MAKE) realclean - dh_clean - -binary-arch: build - -binary-indep: build - dh_testdir - dh_testroot - dh_clean -k - $(MAKE) pure_install INSTALLDIRS=vendor \ - PREFIX=$(shell pwd)/debian/ikiwiki/$(shell perl -MConfig -e 'print $$Config{prefix}') - dh_installdocs html - dh_installman ikiwiki.man - dh_installchangelogs - dh_compress - dh_fixperms - dh_perl - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +binary: binary-indep +binary-indep: + dh $@ --before dh_compress + dh_compress -Xhtml + dh $@ --after dh_compress + +%: + dh $@ + +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/ikiwiki/doc/news