[go: up one dir, main page]

File: rules

package info (click to toggle)
cppy 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: cpp: 390; python: 86; ansic: 62; makefile: 13
file content (7 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#! /usr/bin/make -f

export PYBUILD_NAME=cppy
export PYBUILD_AFTER_INSTALL=PYTHONPATH={build_dir} python3 -m sphinx -b html $(CURDIR)/docs/source $(CURDIR)/debian/python-cppy-doc/usr/share/doc/python-cppy-doc/html

%:
	dh $@ --with python3,sphinxdoc --buildsystem=pybuild