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