Commit 23d4f13c authored by Geoff Simmons's avatar Geoff Simmons

Manpage lives in section 1 (not section 3).

parent 0cba5f39
Pipeline #386 skipped
......@@ -41,6 +41,7 @@ TAGS
src/vcs_version.h
src/trackrdrd
src/usage.h
*.1
*.3
# Test binaries
......
......@@ -7,11 +7,11 @@ endif
SUBDIRS = src src/mq/file src/test $(MAYBE_KAFKA)
if HAVE_RST2MAN
dist_man_MANS = trackrdrd.3
dist_man_MANS = trackrdrd.1
MAINTAINERCLEANFILES = $(dist_man_MANS) *~
endif
trackrdrd.3: README.rst
trackrdrd.1: README.rst
if HAVE_RST2MAN
${RST2MAN} README.rst $@
else
......
......@@ -11,7 +11,7 @@ Tracking Log Reader demon
:Author: Geoffrey Simmons
:Date: 2017-11-19
:Version: trunk
:Manual section: 3
:Manual section: 1
SYNOPSIS
========
......
......@@ -114,6 +114,7 @@ rm -rf %{buildroot}
%{_bindir}/*
%{_libdir}/*
%{_var}/log/trackrdrd
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%doc README.rst COPYING INSTALL.rst LICENSE README-mq-file.rst README-mq-kafka.rst
%config(noreplace) %{_sysconfdir}/trackrdrd.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment