From 5574d14658535b22e8f6141b92d8af1e4df037c0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 7 Dec 2010 18:56:45 +0000 Subject: Add HTML documentation to the public website. --- Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'Makefile.am') 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 -- cgit