[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] docs: network diagrams for the wiki
# HG changeset patch # User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> # Date 1348594280 -3600 # Node ID 6ec80d1a5630e9dea93a5c1f192ffef4129f14e5 # Parent 0a64f1a3f72c780a3c1b525de19096d869668349 docs: network diagrams for the wiki We provide two new diagrams docs/figs/network-{bridge,basic}.fig which are converted to pngs by the Makefiles and intended for consumption by http://wiki.xen.org/wiki/Xen_Networking. This is perhaps not the ideal location for this source code but we don't have a better one. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 0a64f1a3f72c -r 6ec80d1a5630 .gitignore --- a/.gitignore Tue Sep 25 13:40:00 2012 +0100 +++ b/.gitignore Tue Sep 25 18:31:20 2012 +0100 @@ -374,3 +374,4 @@ tools/xenstore/xenstore-watch docs/txt/misc/*.txt docs/txt/man/*.txt +docs/figs/*.png diff -r 0a64f1a3f72c -r 6ec80d1a5630 .hgignore --- a/.hgignore Tue Sep 25 13:40:00 2012 +0100 +++ b/.hgignore Tue Sep 25 18:31:20 2012 +0100 @@ -45,6 +45,7 @@ ^docs/interface/interface\.css$ ^docs/interface/interface\.html$ ^docs/interface/labels\.pl$ +^docs/figs/.*\.png ^docs/man1/ ^docs/man5/ ^docs/pdf/.*$ diff -r 0a64f1a3f72c -r 6ec80d1a5630 docs/Makefile --- a/docs/Makefile Tue Sep 25 13:40:00 2012 +0100 +++ b/docs/Makefile Tue Sep 25 18:31:20 2012 +0100 @@ -25,7 +25,7 @@ DOC_TXT := $(patsubst %.txt,txt/ all: build .PHONY: build -build: html txt man-pages +build: html txt man-pages figs @if which $(DOT) 1>/dev/null 2>/dev/null ; then \ $(MAKE) -C xen-api build ; else \ echo "Graphviz (dot) not installed; skipping xen-api." ; fi @@ -40,6 +40,10 @@ html: $(DOC_HTML) html/index.html .PHONY: txt txt: $(DOC_TXT) +.PHONY: figs +figs: + $(MAKE) -C figs + .PHONY: python-dev-docs python-dev-docs: @mkdir -v -p api/tools/python @@ -68,6 +72,7 @@ man5/%.5: man/%.pod.5 Makefile .PHONY: clean clean: $(MAKE) -C xen-api clean + $(MAKE) -C figs clean rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ rm -rf *.ilg *.log *.ind *.toc *.bak core rm -rf html txt _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |