Mercurial > p > roundup > code
changeset 2846:fdad30b046e2
install roundup-demo man page
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sun, 31 Oct 2004 08:56:39 +0000 |
| parents | 1455fcabc49e |
| children | fddbbeb581bc |
| files | setup.py |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Oct 31 07:22:13 2004 +0000 +++ b/setup.py Sun Oct 31 08:56:39 2004 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.72 2004-10-18 07:51:46 a1s Exp $ +# $Id: setup.py,v 1.73 2004-10-31 08:56:39 a1s Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -280,7 +280,8 @@ # install man pages on POSIX platforms if os.name == 'posix': installdatafiles.append(('man/man1', ['doc/roundup-admin.1', - 'doc/roundup-mailgw.1', 'doc/roundup-server.1'])) + 'doc/roundup-mailgw.1', 'doc/roundup-server.1', + 'doc/roundup-demo.1'])) # add the templates to the data files lists from roundup.init import listTemplates
