We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48f79b commit 7f7fb2cCopy full SHA for 7f7fb2c
text/Makefile
@@ -96,8 +96,8 @@ icons:
96
# This creates links for the JS and JSON and puts the sitemap and robots
97
# files where they need to be
98
build_links:
99
- mv build/dirhtml/_static/sitemap.xml build/dirhtml
100
- mv build/dirhtml/_static/robots.txt build/dirhtml
+ cp build/dirhtml/_static/sitemap.xml build/dirhtml
+ cp build/dirhtml/_static/robots.txt build/dirhtml
101
102
-(cd build/dirhtml/_static; ln -s ../../../results/js)
103
-(cd build/dirhtml/_static; ln -s ../../../results/json)
0 commit comments