X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=fish%2FMakefile.am;h=01ed59c74c9524a20c7ee12900b8591a1caea720;hb=6f09e4774ce64a15424a2601df10326d764cc7f7;hp=2d8c16b83a9d6f2d5e66e4247e76e3d3071c4169;hpb=92444940f3ff80975e64e07e4a4861454101a529;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index 2d8c16b..01ed59c 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -17,6 +17,8 @@ include $(top_srcdir)/subdir-rules.mk +CLEANFILES = stamp-guestfish.pod + bin_PROGRAMS = guestfish generator_built = \ @@ -133,22 +135,20 @@ guestfish.static$(EXEEXT): $(guestfish_OBJECTS) $(guestfish_DEPENDENCIES) $(guestfish_LINK) $(guestfish_OBJECTS) -static $(guestfish_LDADD) $(guestfish_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -ltinfo -lpcre -lhivex -lmagic -lz -lm # Manual page. -# guestfish-actions.pod and guestfish-commands.pod are autogenerated. -# There is no include mechanism for POD, so we have to do it by hand. man_MANS = guestfish.1 - -guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod - sed \ - -e '/@ACTIONS@/rguestfish-actions.pod' -e 's/@ACTIONS@//' \ - -e '/@FISH_COMMANDS@/rguestfish-commands.pod' -e 's/@FISH_COMMANDS@//' \ - < $< | \ - $(POD2MAN) \ - --section 1 \ - -c "Virtualization Support" \ - --name "guestfish" \ - --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - > $@ +noinst_DATA = $(top_builddir)/html/guestfish.1.html + +guestfish.1 $(top_builddir)/html/guestfish.1.html: stamp-guestfish.pod + +stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod + $(top_srcdir)/podwrapper.sh \ + --man guestfish.1 \ + --html $(top_builddir)/html/guestfish.1.html \ + --insert guestfish-actions.pod:@ACTIONS@ \ + --insert guestfish-commands.pod:@FISH_COMMANDS@ \ + $< + touch $@ # Bash completion script.