X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=b8b980f056ba286ae56ddae00bc399fd449ed727;hb=db13b0e039da1e7fdb7eb7b9e3e0be645667d01a;hp=95b1dbb38775c5a9d707d07f7bd590dd6e696f82;hpb=70760da7f41e0ebc45122090ed624a6fea60b5d7;p=hivex.git diff --git a/Makefile.am b/Makefile.am index 95b1dbb..b8b980f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,3 +52,18 @@ all-local: # Pkgconfig. pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = hivex.pc + +# Maintainer website update. +HTMLFILES = \ + html/hivex.3.html \ + html/hivexget.1.html \ + html/hivexml.1.html \ + html/hivexregedit.1.html \ + html/hivexsh.1.html + +WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs + +website: $(HTMLFILES) + cp $(HTMLFILES) $(WEBSITEDIR) + +CLEANFILES = $(HTMLFILES) pod2*.tmp