File: rules

package info (click to toggle)
vim-autopep8 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 151; python: 29
file content (14 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# main packaging script based on dh7 syntax
%:
	dh $@ --with=sphinxdoc

override_dh_auto_build:
	dh_auto_build
	http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ debian/build/html # HTML generator

override_dh_clean:
	rm -rf debian/build
	dh_clean