|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 1 of 8 DOCDAY] docs: rename python Doxygen files to a
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1319619285 -3600
# Node ID af5aa55041b9e759b179986a856093452ca9b045
# Parent c681dd5aecf3da3c6fd0e4d8a760a9cd18617033
docs: rename python Doxygen files to allow for other Doxygen uses
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff --git a/docs/Makefile b/docs/Makefile
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -46,7 +46,7 @@ python-dev-docs:
@mkdir -v -p api/tools/python
@set -e ; if which $(DOXYGEN) 1>/dev/null 2>/dev/null; then \
echo "Running doxygen to generate Python tools APIs ... "; \
- $(DOXYGEN) Doxyfile; \
+ $(DOXYGEN) python.Doxyfile; \
$(MAKE) -C api/tools/python/latex ; else \
echo "Doxygen not installed; skipping python-dev-docs."; fi
diff --git a/docs/Doxyfile b/docs/python.Doxyfile
rename from docs/Doxyfile
rename to docs/python.Doxyfile
--- a/docs/Doxyfile
+++ b/docs/python.Doxyfile
@@ -519,7 +519,7 @@ IMAGE_PATH =
# to standard output. If FILTER_PATTERNS is specified, this tag will be
# ignored.
-INPUT_FILTER = "sh ./Doxyfilter ../tools/python"
+INPUT_FILTER = "sh ./python.Doxyfilter ../tools/python"
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
diff --git a/docs/Doxyfilter b/docs/python.Doxyfilter
rename from docs/Doxyfilter
rename to docs/python.Doxyfilter
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|