File: rules

package info (click to toggle)
glow 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 860 kB
  • sloc: makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=debian/.build/upstream --buildsystem=golang

execute_after_dh_auto_build:
	# generate a manpage using the newly built glow's man command
	debian/.build/upstream/bin/glow man > debian/.build/glow.1

override_dh_auto_install:
	dh_auto_install -- --no-source