File: rules

package info (click to toggle)
gnuhtml2latex 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 104 kB
  • ctags: 33
  • sloc: perl: 844; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@

override_dh_installman:
	pod2man gnuhtml2latex > gnuhtml2latex.1
	dh_installman gnuhtml2latex.1
	rm gnuhtml2latex.1