Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2015-09-03 00:24:02 +0300
committerCasey Deccio <casey@deccio.net>2015-09-03 00:24:02 +0300
commit96188d0465b53bbc7b3fa904e627be65599c2b56 (patch)
tree39558bfb760947b0f2080b2410270ec2e37d56d0 /setup.py
parent7923405b29970ad2df51bede608c737ea94fadc2 (diff)
Add dnsviz-print man page
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ac200ee..96cf154 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(name='dnsviz',
('share/doc/dnsviz', ['README.md', 'LICENSE']),
('share/doc/dnsviz', ['doc/dnsviz.html']),
('share/doc/dnsviz/images', glob.glob(os.path.join('doc', 'images', '*.png'))),
- ('share/man/man1', ['doc/man/dnsviz.1', 'doc/man/dnsviz-probe.1', 'doc/man/dnsviz-grok.1', 'doc/man/dnsviz-graph.1', 'doc/man/dnsviz-query.1']),
+ ('share/man/man1', ['doc/man/dnsviz.1', 'doc/man/dnsviz-probe.1', 'doc/man/dnsviz-grok.1', 'doc/man/dnsviz-graph.1', 'doc/man/dnsviz-print.1', 'doc/man/dnsviz-query.1']),
('share/dnsviz/icons', glob.glob(os.path.join('share', 'icons', '*.png'))),
('share/dnsviz/css', ['share/css/dnsviz.css']),
('share/dnsviz/css/redmond', ['share/css/redmond/jquery-ui-1.10.4.custom.min.css']),