#!/usr/bin/make -f include /usr/share/quilt/quilt.make build: build-stamp build-stamp: $(QUILT_STAMPFN) pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" debian/crip.pod debian/crip.1 pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" debian/editcomment.pod debian/editcomment.1 pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" debian/editfilenames.pod debian/editfilenames.1 dh build clean: unpatch dh clean install: build dh install binary-indep: build install dh binary-indep binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch