[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 15 of 15 v2] docs: install txt files as html



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1322232250 0
# Node ID 31e71820ce93b72b0223882f6c2e1f461920bda9
# Parent  484b880d2ddf1137bcbfec50c89627626a1cf8a6
docs: install txt files as html

A browser will display them just fine.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r 484b880d2ddf -r 31e71820ce93 docs/INDEX
--- a/docs/INDEX        Fri Nov 25 14:34:57 2011 +0000
+++ b/docs/INDEX        Fri Nov 25 14:44:10 2011 +0000
@@ -1,5 +1,7 @@
 misc/hvm-emulated-unplug       Xen HVM emulated device unplug protocol
 
+misc/console.txt               Xen PV Console notes
+
 # These are not all that useful anymore, hide them from the index
 reference/interface/index      NO-INDEX
 reference/user/index           NO-INDEX
diff -r 484b880d2ddf -r 31e71820ce93 docs/Makefile
--- a/docs/Makefile     Fri Nov 25 14:34:57 2011 +0000
+++ b/docs/Makefile     Fri Nov 25 14:44:10 2011 +0000
@@ -17,7 +17,8 @@ DOC_PDF               := $(patsubst src/%.tex,pdf/%.p
 DOC_HTML       := $(patsubst src/%.tex,html/reference/%/index.html,$(DOC_TEX)) 
\
                   $(patsubst %.markdown,html/%.html,$(DOC_MARKDOWN)) \
                   $(patsubst man/%.pod.1,html/man/%.1.html,$(DOC_MAN1SRC)) \
-                  $(patsubst man/%.pod.5,html/man/%.5.html,$(DOC_MAN5SRC))
+                  $(patsubst man/%.pod.5,html/man/%.5.html,$(DOC_MAN5SRC)) \
+                  $(patsubst %.txt,html/%.txt,$(wildcard misc/*.txt))
 DOC_TXT         := $(patsubst %.txt,txt/%.txt,$(wildcard misc/*.txt)) \
                   $(patsubst %.markdown,txt/%.txt,$(DOC_MARKDOWN)) \
                   $(patsubst man/%.pod.1,txt/man/%.1.txt,$(DOC_MAN1SRC)) \
@@ -139,6 +140,10 @@ html/%.html: %.markdown
        $(call move-if-changed,$@.tmp,$@) ; else \
        echo "markdown not installed; skipping $*.html."; fi
 
+html/%.txt: %.txt
+       @$(INSTALL_DIR) $(@D)
+       cp $< $@
+
 html/man/%.1.html: man/%.pod.1 Makefile
        $(INSTALL_DIR) $(@D)
        $(POD2HTML) --infile=$< --outfile=$@.tmp

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.