-
Nigel Kukard authoredNigel Kukard authored
rules 178 B
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
docbook-to-man docs/dbackup.sgml > debian/dbackup.1
dh_auto_build
override_dh_clean:
rm -f debian/dbackup.1
dh_clean
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
docbook-to-man docs/dbackup.sgml > debian/dbackup.1
dh_auto_build
override_dh_clean:
rm -f debian/dbackup.1
dh_clean