Displaying 3 results from an estimated 3 matches for "websitedir".
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records.
See:
https://bugzilla.redhat.com/show_bug.cgi?id=717583
https://bugzilla.redhat.com/show_bug.cgi?id=987463
Rich.
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...r/templates \
get-kernel \
resize \
sparsify \
@@ -248,12 +248,6 @@ EXTRA_DIST = \
zanata.xml \
zanata-pull.sh
-# XXX Eventually move builder/website under website/ top level directory.
-BUILDERFILES = \
- builder/website/README \
- builder/website/index \
- builder/website/index.asc
-
WEBSITEDIR = $(HOME)/d/websites/libguestfs
noinst_DATA = \
diff --git a/builder/website/Makefile.am b/builder/templates/Makefile.am
similarity index 66%
rename from builder/website/Makefile.am
rename to builder/templates/Makefile.am
index d79b9a0..d1b89f9 100644
--- a/builder/website/Makefile.am
+++ b/buil...
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...rc helper examples tests
+SUBDIRS = src examples tests
EXTRA_DIST = \
.gitignore \
.gitmodules \
autogen.sh \
html/pod.css \
- m4/gnulib-cache.m4 \
$(SOURCES)
# Maintainer website update.
HTMLFILES = \
- html/supermin.1.html \
- html/supermin-helper.1.html
+ html/supermin.1.html
WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs
diff --git a/README b/README
index 1b63235..4700e52 100644
--- a/README
+++ b/README
@@ -10,6 +10,10 @@ second when you need to boot one of them.
A complete description is in the supermin(1) man page.
+IMPORTANT NOTE FOR USERS OF SUPERMIN 4.x: supermin...