mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-02-12 10:24:28 +00:00
Added manpage to install script.
This commit is contained in:
parent
0203bed0c4
commit
b7495cdcf0
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -20,3 +20,4 @@ tag:
|
|||
|
||||
archivemail.1: archivemail.sgml
|
||||
nsgmls archivemail.sgml | sgmlspl docbook2man-spec.pl
|
||||
chmod 644 archivemail.1
|
||||
|
|
1
setup.py
1
setup.py
|
@ -28,4 +28,5 @@ setup(name="archivemail",
|
|||
author="Paul Rodger",
|
||||
author_email="paul@paulrodger.com",
|
||||
scripts=["archivemail"],
|
||||
data_files=[("man/man1", ["archivemail.1"])],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue