File: rules

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (15 lines) | stat: -rwxr-xr-x 286 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
export DEB_BUILD_OPTIONS += nocheck

%:
	dh $@ --with sphinxdoc

override_dh_auto_clean:
	make clean

override_dh_auto_build:
	export http_proxy=127.0.0.1:9 https_proxy=127.0.0.1:9 PYTHONPATH=.
	dh_auto_build -- html

override_dh_auto_install: