mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
automatically. * doc/revuput.1.docbook, debian/control, debian/rules: build manpage for it from DocBook. * setup.py: install it.
15 lines
315 B
Makefile
Executable File
15 lines
315 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DEB_PYTHON_SYSTEM := pycentral
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
|
|
|
DEB_INSTALL_MANPAGES_ubuntu-dev-tools = doc/*.1
|
|
|
|
build/ubuntu-dev-tools::
|
|
docbook2x-man doc/revuput.1.docbook; mv revuput.1 doc
|
|
|
|
clean::
|
|
rm -f doc/revuput.1
|