Skip to content

Commit 1b996bf

Browse files
committed
Update create_installer.sh
To support the use of the new collect_docs.sh script
1 parent 2542fb6 commit 1b996bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

installer/linux/create_installer.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# a) Run ../../backend/make full
1414
# 3) Demos
1515
# a) Run ../collect_demos.sh
16-
# 3) Documents
17-
# a) Build the document PDFs and put them in ../docs/
16+
# 4) Documents
17+
# a) Build the document PDFs
18+
# b) Run ../collect_docs.sh
1819

1920
# ----------------------------------------------------------------------
2021
# Create temporary directories
@@ -36,7 +37,7 @@ cp DESim.sh ./DESim
3637
rsync -ar --exclude='*/*.bat' ../dist/demos ./DESim
3738

3839
# Documents
39-
cp -R ../docs ./DESim/docs
40+
cp -R ../dist/docs ./DESim/docs
4041

4142
# ----------------------------------------------------------------------
4243
# Create the tarball

0 commit comments

Comments
 (0)