File: rules

package info (click to toggle)
txdbus 1.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 6,658; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=txdbus

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build:
	( cd doc; \
	  asciidoc dbus_overview.asciidoc; \
	  asciidoc tutorial.asciidoc )