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 c5e881e commit d6e6fcbCopy full SHA for d6e6fcb
build.sh
@@ -35,12 +35,12 @@ a2x --no-xmllint -v -k -fchunked -dbook --dblatex-opts=" -P latex.output.revhist
35
echo "--- Building chunked HTML page version - Finished ---"
36
37
echo "--- Putting site together - Started ---"
38
-cp -rv site/ target
+cp -rv site/* target
39
echo "--- Putting site together - Finished ---"
40
41
echo "--- Building download archive - Started ---"
42
cd target
43
-tar -cvzf the-hudson-book.tar.gz .
+tar -czf the-hudson-book.tar.gz .
44
echo "--- Building download archive - Finished ---"
45
46
echo "--- Build successful. --"
0 commit comments