diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-01-25 11:33:52 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-01-25 11:33:52 +0100 |
commit | e6f7e84f131a236fdcf272044432daf79fe34f34 (patch) | |
tree | 489341d571d528bb1d5cacf150953d7c16178ec7 /Makefile | |
parent | Makefile: Add dist target (diff) | |
download | devmanual-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |