Limnoria/debian/rules

16 lines
612 B
Plaintext
Raw Normal View History

2004-02-04 06:41:08 +01:00
#!/usr/bin/make -f
2004-08-27 11:26:43 +02:00
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
2004-02-04 06:41:08 +01:00
2004-08-27 11:26:43 +02:00
DEB_INSTALL_MANPAGES_supybot := debian/supybot-adduser.1 debian/supybot-newplugin.1\
debian/supybot.1 debian/supybot-wizard.1
2004-02-04 06:41:08 +01:00
2004-08-27 11:26:43 +02:00
build/supybot::
docbook-to-man debian/manpage_supybot-adduser.sgml > debian/supybot-adduser.1
docbook-to-man debian/manpage_supybot-newplugin.sgml > debian/supybot-newplugin.1
docbook-to-man debian/manpage_supybot.sgml > debian/supybot.1
docbook-to-man debian/manpage_supybot-wizard.sgml > debian/supybot-wizard.1
2004-02-04 06:41:08 +01:00
2004-08-27 11:26:43 +02:00
clean::
-rm -f $(DEB_INSTALL_MANPAGES_supybot)