maint: Split long lines.
[hivex.git] / Makefile.am
index 1a34e15..43b4fbc 100644 (file)
@@ -24,13 +24,12 @@ SUBDIRS += ocaml
 endif
 
 if HAVE_PERL
-SUBDIRS += perl
+SUBDIRS += perl regedit
 endif
 
-# Not yet written.
-#if HAVE_PYTHON
-#SUBDIRS += python
-#endif
+if HAVE_PYTHON
+SUBDIRS += python
+endif
 
 EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE
 
@@ -52,3 +51,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