Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinghuazhao committed Aug 30, 2024
1 parent d382203 commit 2a1df08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 14-3-2024 JHZ
# 30-8-2024 JHZ

cp -p ~/R/gap/ChangeLog ~/R/vignettes/ChangeLog.txt
for f in gap.html jss.pdf shinygap.html; do cp -p ~/hpc-work/R/gap/doc/${f} ~/R/vignettes; done
for f in gap.html shinygap.html; do cp -p ~/hpc-work/R/gap/doc/${f} ~/R/vignettes; done
cp -p ~/R/gap.Rcheck/gap-manual.pdf ~/R/vignettes

if [ "$(uname -n | sed 's/-[0-9]*$//')" == "login-q" ]; then
Expand Down

0 comments on commit 2a1df08

Please sign in to comment.