mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
82cd6c3e5c
ChangeLog. Also, some updates to handle the manpages being in the actual upstream Supybot package.
7 lines
252 B
Makefile
Executable File
7 lines
252 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
|
|
|
DEB_INSTALL_MANPAGES_supybot := docs/man/supybot-adduser.1 docs/man/supybot-newplugin.1\
|
|
docs/man/supybot.1 docs/man/supybot-wizard.1
|