summaryrefslogtreecommitdiff
path: root/doc/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/Makefile.am')
-rw-r--r--doc/man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 117d12b..ae044c3 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -16,7 +16,7 @@ EXTRA_DIST=pam_pwquality.8.pod pwmake.1.pod pwscore.1.pod pwquality.conf.5.pod p
bash -c 'declare -u ucname=$*; pod2man --utf8 --name="$$ucname" --section=5 --center="File Formats Manual" --release="Red Hat, Inc." $< $@'
%.3: %.3.pod
- bash -c 'declare -u ucname=$*; pod2man --utf8 --name="$$ucname" --section=5 --center="Libpwquality API Manual" --release="Red Hat, Inc." $< $@'
+ bash -c 'declare -u ucname=$*; pod2man --utf8 --name="$$ucname" --section=3 --center="Libpwquality API Manual" --release="Red Hat, Inc." $< $@'
manclean:
rm *.8 *.1 *.5 *.3