Added manpage to install script.

This commit is contained in:
Paul Rodger 2002-04-12 14:57:05 +00:00
parent 0203bed0c4
commit b7495cdcf0
2 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,4 @@ tag:
archivemail.1: archivemail.sgml
nsgmls archivemail.sgml | sgmlspl docbook2man-spec.pl
chmod 644 archivemail.1

View File

@ -28,4 +28,5 @@ setup(name="archivemail",
author="Paul Rodger",
author_email="paul@paulrodger.com",
scripts=["archivemail"],
data_files=[("man/man1", ["archivemail.1"])],
)