doc: re-enable build of the man page

This commit is contained in:
Peter Simons 2010-02-24 17:06:08 +01:00
parent 99ebe514bc
commit 22dc965d4d
3 changed files with 3 additions and 8 deletions

View File

@ -44,14 +44,6 @@ MAINTAINERCLEANFILES = \
maintainer-clean-local:
-rm -rf build-aux
# petidomo.1: petidomo.pod
# V=`$(SHTOOL) version -lc -dlong version.c`; \
# sed -e "s;@V@;$$V;g" <petidomo.pod >/tmp/petidomo.pod; \
# pod2man --section=1 --date="$$V" \
# --center="Petidomo" --release="Petidomo" \
# /tmp/petidomo.pod >petidomo.1; \
# rm -f /tmp/petidomo.pod
#
# install: all
# $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
# $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(sysconfdir)

View File

@ -1,3 +1,6 @@
#
# Petidomo User Manual
#
petidomo.1: petidomo.pod
pod2man --section=1 --center="Petidomo" --release="Petidomo" $< >$@