Skip to content

Commit

Permalink
Update create_installer.sh
Browse files Browse the repository at this point in the history
To support the use of the new collect_docs.sh script
  • Loading branch information
fpgacademy committed May 4, 2022
1 parent 2542fb6 commit 1b996bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions installer/linux/create_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
# a) Run ../../backend/make full
# 3) Demos
# a) Run ../collect_demos.sh
# 3) Documents
# a) Build the document PDFs and put them in ../docs/
# 4) Documents
# a) Build the document PDFs
# b) Run ../collect_docs.sh

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

# Documents
cp -R ../docs ./DESim/docs
cp -R ../dist/docs ./DESim/docs

# ----------------------------------------------------------------------
# Create the tarball
Expand Down

0 comments on commit 1b996bf

Please sign in to comment.