git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aee193
)
Add maintainer rule for updating the website.
author
Richard Jones
<rjones@redhat.com>
Tue, 30 Mar 2010 15:57:18 +0000
(16:57 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 30 Mar 2010 15:57:18 +0000
(16:57 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
95b1dbb
..
112cce0
100644
(file)
--- 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)