File: rules

package info (click to toggle)
evil-el 1.14.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,092 kB
  • sloc: lisp: 27,199; python: 273; makefile: 93; ruby: 24
file content (14 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION=t

%:
	dh $@ --with elpa,sphinxdoc

# # Temporarily disable building docs to workaround Bug#1099228
# override_dh_auto_build: export http_proxy=127.0.0.1:9
# override_dh_auto_build: export https_proxy=127.0.0.1:9
# override_dh_auto_build:
# 	make docstrings
# 	PYTHONPATH=. python3 -m sphinx -N -btexinfo doc/source/ build/info
# 	makeinfo --no-split build/info/*.texi -o build/evil.info