#!/usr/bin/make -f DICTDIR=$(CURDIR)/debian/dict-jargon/usr/share/dictd include /usr/share/quilt/quilt.make configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp build-stamp: configure-stamp $(QUILT_STAMPFN) dh_testdir chmod +x ./debian/jargon2dict.sh ./debian/jargon2dict.sh touch $@ clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp rm -f jargon-web.html jargon-web.xml rm -f jargon.txt extracted cleaned ChangeLog rm -f jargon.index jargon.dict jargon.dict.dz dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs install -p -o root -g root -m 644 $(CURDIR)/jargon.dict.dz $(DICTDIR) install -p -o root -g root -m 644 $(CURDIR)/jargon.index $(DICTDIR) binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installchangelogs dh_install dh_compress dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure