summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2012-01-22 23:30:14 +0000
committerStefan Fritsch <sf@apache.org>2012-01-22 23:30:14 +0000
commitedd885fd012bfaa82bbccaf31a72386f3aa56c61 (patch)
tree8a51f7602927238d330c16ac5ebdd8f0243f43c1 /Makefile.in
parentca96d641afd501df27f467ad6eeecaeb0f66202b (diff)
downloadhttpd-edd885fd012bfaa82bbccaf31a72386f3aa56c61.tar.gz
Merge r1234642:
Add a validate-xml target git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1234645 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c0c47e2b08..e548e990ad 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,6 +125,14 @@ docs:
echo ' http://httpd.apache.org/docs-project/docsformat.html'; \
fi
+validate-xml:
+ @if test -d $(top_srcdir)/docs/manual/build; then \
+ cd $(top_srcdir)/docs/manual/build && ./build.sh validate-xml; \
+ else \
+ echo 'For details on generating the docs, please read:'; \
+ echo ' http://httpd.apache.org/docs-project/docsformat.html'; \
+ fi
+
dox:
doxygen $(top_srcdir)/docs/doxygen.conf