summaryrefslogtreecommitdiff
path: root/media-specs
diff options
context:
space:
mode:
Diffstat (limited to 'media-specs')
-rw-r--r--media-specs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-specs/Makefile b/media-specs/Makefile
index 04d285d58..1959915f6 100644
--- a/media-specs/Makefile
+++ b/media-specs/Makefile
@@ -499,6 +499,8 @@ media-entities.tmpl: Makefile $(SGMLS)
echo "<!ENTITY $$entity SYSTEM \"$$file\">" >>$@ ; \
fi ; \
done
+ mv $@ ../linux/Documentation/DocBook
+ ln -sf ../linux/Documentation/DocBook/$@ $@
# Jade can auto-generate a list-of-tables, which includes all structs,
# but we only want data types, all types, and sorted please.
@@ -521,6 +523,8 @@ media-indices.tmpl: Makefile $(SGMLS)
"linkend='$$id'>$$ident</link></primaryie></indexentry>" >>$@ ; \
done
echo "</index>" >>$@
+ mv $@ ../linux/Documentation/DocBook
+ ln -sf ../linux/Documentation/DocBook/$@ $@
# HTML version.
html-build.stamp: Makefile checks $(SGMLS) $(GIFPICS)