doc: re-enable build of the man page
This commit is contained in:
parent
99ebe514bc
commit
22dc965d4d
@ -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)
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
#
|
||||
# Petidomo User Manual
|
||||
#
|
||||
|
||||
petidomo.1: petidomo.pod
|
||||
pod2man --section=1 --center="Petidomo" --release="Petidomo" $< >$@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user