From: Richard Jones Date: Tue, 30 Mar 2010 15:57:18 +0000 (+0100) Subject: Add maintainer rule for updating the website. X-Git-Tag: 1.2.1~1 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d471b0fff5c56bd49df7d47aaac05c21342ac4cf;p=hivex.git Add maintainer rule for updating the website. --- diff --git a/Makefile.am b/Makefile.am index 95b1dbb..112cce0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,3 +52,16 @@ 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)