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 2542fb6 commit 1b996bfCopy full SHA for 1b996bf
installer/linux/create_installer.sh
@@ -13,8 +13,9 @@
13
# a) Run ../../backend/make full
14
# 3) Demos
15
# a) Run ../collect_demos.sh
16
-# 3) Documents
17
-# a) Build the document PDFs and put them in ../docs/
+# 4) Documents
+# a) Build the document PDFs
18
+# b) Run ../collect_docs.sh
19
20
# ----------------------------------------------------------------------
21
# Create temporary directories
@@ -36,7 +37,7 @@ cp DESim.sh ./DESim
36
37
rsync -ar --exclude='*/*.bat' ../dist/demos ./DESim
38
39
# Documents
-cp -R ../docs ./DESim/docs
40
+cp -R ../dist/docs ./DESim/docs
41
42
43
# Create the tarball
0 commit comments