File: rules

package info (click to toggle)
package-notes 0.15
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 128 kB
  • sloc: python: 147; perl: 97; ansic: 41; makefile: 28
file content (10 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_build:
	pod2man --utf8 $(CURDIR)/debian/dh_dlopenlibdeps > $(CURDIR)/debian/dh_dlopenlibdeps.1

execute_after_dh_auto_clean:
	rm -f $(CURDIR)/debian/dh_dlopenlibdeps.1