X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=168bb47e3b0aa9301fca256adfe7fd5222033a82;hb=829022742304841be78d022bc965a02f48eba2eb;hp=d04412c300f8429e3b19516635fa6ac1b64568ed;hpb=3e156a27f7f67c9e05f1b25261c2fe4a0f4e14ff;p=febootstrap.git diff --git a/Makefile.am b/Makefile.am index d04412c..168bb47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,4 +94,28 @@ febootstrap.8: febootstrap.pod -c "Virtualization Support" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@ + +noinst_DATA = \ + html/febootstrap.8.html + +html/febootstrap.8.html: febootstrap.pod + mkdir -p html + pod2html \ + --css 'pod.css' \ + --htmldir html \ + --outfile html/febootstrap.8.html \ + febootstrap.pod + endif + +# Maintainer website update. +HTMLFILES = \ + html/febootstrap.8.html \ + html/febootstrap-supermin-helper.8.html + +WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs + +website: $(HTMLFILES) + cp $(HTMLFILES) $(WEBSITEDIR) + +CLEANFILES += $(HTMLFILES) pod2*.tmp