summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 940d037efb..39a1b2e11a 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