Add maintainer rule for updating the website.
authorRichard Jones <rjones@redhat.com>
Tue, 30 Mar 2010 15:57:18 +0000 (16:57 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 30 Mar 2010 15:57:18 +0000 (16:57 +0100)
Makefile.am

index 95b1dbb..112cce0 100644 (file)
@@ -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)