From 22dc965d4d832f71d707b39eca21384b0daed80e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Feb 2010 17:06:08 +0100 Subject: [PATCH] doc: re-enable build of the man page --- Makefile.am | 8 -------- doc/Makefile.am | 3 +++ petidomo.pod => doc/petidomo.pod | 0 3 files changed, 3 insertions(+), 8 deletions(-) rename petidomo.pod => doc/petidomo.pod (100%) diff --git a/Makefile.am b/Makefile.am index 659f42d..17b249e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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" /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) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4ca7fa3..700eb90 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,6 @@ # # Petidomo User Manual # + +petidomo.1: petidomo.pod + pod2man --section=1 --center="Petidomo" --release="Petidomo" $< >$@ diff --git a/petidomo.pod b/doc/petidomo.pod similarity index 100% rename from petidomo.pod rename to doc/petidomo.pod