aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-01-25 11:33:52 +0100
committerUlrich Müller <ulm@gentoo.org>2021-01-25 11:33:52 +0100
commite6f7e84f131a236fdcf272044432daf79fe34f34 (patch)
tree489341d571d528bb1d5cacf150953d7c16178ec7 /Makefile
parentMakefile: Add dist target (diff)
downloaddevmanual-e6f7e84f131a236fdcf272044432daf79fe34f34.tar.gz
devmanual-e6f7e84f131a236fdcf272044432daf79fe34f34.tar.bz2
devmanual-e6f7e84f131a236fdcf272044432daf79fe34f34.zip
Makefile: Add eclass-reference/text.xml target
For the time being, this is only intended as a fallback. It doesn't have any prerequisites on purpose, so it will be a no-op if the target file exists. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e516e15..8eb405c 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,9 @@ documents.js: bin/build_search_documents.py $(XMLS)
%.html: $$(dir $$@)text.xml devbook.xsl xsl/*.xsl
xsltproc --param offline "$(OFFLINE)" devbook.xsl $< > $@
+eclass-reference/text.xml:
+ bin/gen-eclass-html.sh
+
# Each HTML file must depend on its XML file with all its descendants
# (for the contents tree), all its ancestors (for breadcrumbs), and
# the previous and next documents (for backward and forward links).