File: rules

package info (click to toggle)
apt-dpkg-ref 5.3.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 52 kB
  • sloc: lisp: 300; sh: 24; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_build:
	$(CURDIR)/make-docs

execute_before_dh_clean:
	$(CURDIR)/clean-docs