X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=47650241dfcac10ba731d8f1b9ad3a0826cc2972;hb=27a911ca193ad5a56a7afac4f6100b3a3f732680;hp=3dcbe1fd4431fb6ce2f289dd9dbdc0e9261850f0;hpb=66a9d53e48f14d7fe1d9f4b801a1c5582d83efa6;p=febootstrap.git diff --git a/Makefile.am b/Makefile.am index 3dcbe1f..4765024 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ SOURCES = \ febootstrap_package_handlers.ml \ febootstrap_yum_rpm.ml \ febootstrap_debian.ml \ + febootstrap_pacman.ml \ febootstrap.ml CLEANFILES = *~ *.cmi *.cmo *.cmx *.o febootstrap @@ -42,6 +43,7 @@ EXTRA_DIST = \ autogen.sh \ febootstrap.8 \ febootstrap.pod \ + html/pod.css \ m4/gnulib-cache.m4 \ $(SOURCES) @@ -93,4 +95,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