summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-23 17:44:32 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-23 17:44:32 -0400
commitbc877bb8fc139429d18defebfc168c665ae7ff10 (patch)
treedfc14004bd9fae9995b1fe97b641a20f9aa66356 /Makefile
parent1eb45ff0178dde1a511a6342ccd11317f9d0b649 (diff)
downloadfunc-bc877bb8fc139429d18defebfc168c665ae7ff10.tar.gz
func-bc877bb8fc139429d18defebfc168c665ae7ff10.tar.xz
func-bc877bb8fc139429d18defebfc168c665ae7ff10.zip
Added docs for func-inventory
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5be4e59..37b42f3 100755
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ all: rpms
manpage:
pod2man --center="funcd" --release="" ./docs/funcd.pod | gzip -c > ./docs/funcd.1.gz
pod2man --center="func" --release="" ./docs/func.pod | gzip -c > ./docs/func.1.gz
+ pod2man --center="func-inventory" --release="" ./docs/func-inventory.pod | gzip -c > ./docs/func-inventory.1.gz
pod2man --center="certmaster" --release="" ./docs/certmaster.pod | gzip -c > ./docs/certmaster.1.gz
pod2man --center="certmaster-ca" --release="" ./docs/certmaster-ca.pod | gzip -c > ./docs/certmaster-ca.1.gz