Skip to content

Commit 7f7fb2c

Browse files
committed
Fixed an issue with the build
1 parent e48f79b commit 7f7fb2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ icons:
9696
# This creates links for the JS and JSON and puts the sitemap and robots
9797
# files where they need to be
9898
build_links:
99-
mv build/dirhtml/_static/sitemap.xml build/dirhtml
100-
mv build/dirhtml/_static/robots.txt build/dirhtml
99+
cp build/dirhtml/_static/sitemap.xml build/dirhtml
100+
cp build/dirhtml/_static/robots.txt build/dirhtml
101101

102102
-(cd build/dirhtml/_static; ln -s ../../../results/js)
103103
-(cd build/dirhtml/_static; ln -s ../../../results/json)

0 commit comments

Comments
 (0)