File: rules

package info (click to toggle)
fortran-cli2 3.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,852 kB
  • sloc: f90: 6,172; javascript: 3,423; makefile: 180; sh: 25
file content (15 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_VERBOSE=1

# The magic debhelper  rule
%:
	dh $@ --with fortran --buildsystem=fortran


execute_after_dh_auto_clean:
	rm -rf obj-* docs/man3 docs/cat3 docs/*gz

execute_after_dh_auto_build:
	(cd docs; unzip manpages.zip)