File: rules

package info (click to toggle)
mathjax-docs 2.7%2B20161014-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,080 kB
  • ctags: 14
  • sloc: sh: 22; python: 19; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with sphinxdoc

override_dh_auto_build:
	sphinx-build . html

override_dh_auto_clean:
	rm -rf html

get-orig-source:
	sh $(CURDIR)/debian/get-orig-source.sh