Commit 9baa38b7 by David Malcolm Committed by David Malcolm

Fix 404 in "Show Source" in jit docs

maintainer-scripts/ChangeLog:
	PR jit/64257
	* update_web_docs_svn: When copying up files for the built jit
	documentation, also copy up .txt files.

From-SVN: r220479
parent 1901e8d6
2015-02-06 David Malcolm <dmalcolm@redhat.com>
PR jit/64257
* update_web_docs_svn: When copying up files for the built jit
documentation, also copy up .txt files.
2015-02-04 David Malcolm <dmalcolm@redhat.com> 2015-02-04 David Malcolm <dmalcolm@redhat.com>
PR jit/64257 PR jit/64257
......
...@@ -233,10 +233,12 @@ done ...@@ -233,10 +233,12 @@ done
# Again, the jit is a special case, with nested subdirectories # Again, the jit is a special case, with nested subdirectories
# below "jit", and with some non-HTML files (.png images from us, # below "jit", and with some non-HTML files (.png images from us,
# plus .css and .js supplied by sphinx). # plus .css and .js supplied by sphinx, and source files, renamed
# from .rst to .txt).
find jit \ find jit \
-name "*.html" -o -name "*.png" \ -name "*.html" -o -name "*.png" \
-o -name "*.css" -o -name "*.js" | -o -name "*.css" -o -name "*.js" \
-o -name "*.txt" |
while read file ; do while read file ; do
# Note that $file here will contain path fragments beginning # Note that $file here will contain path fragments beginning
# with "jit/", e.g. "jit/cp/topics/functions.html" # with "jit/", e.g. "jit/cp/topics/functions.html"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment