[Git][ghc/ghc][wip/T24651] wip
Teo Camarasu (@teo)
gitlab at gitlab.haskell.org
Fri Apr 12 13:38:09 UTC 2024
Teo Camarasu pushed to branch wip/T24651 at Glasgow Haskell Compiler / GHC
Commits:
26f934db by Teo Camarasu at 2024-04-12T14:21:21+01:00
wip
- - - - -
2 changed files:
- .gitlab-ci.yml
- distrib/mkDocs/mkDocs
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -584,6 +584,7 @@ doc-tarball:
exit 1
fi
- rm -Rf docs
+ - rm -R libraries
- bash -ex distrib/mkDocs/mkDocs $LINUX_BINDIST $WINDOWS_BINDIST
- ls -lh
- mv docs/*.tar.xz docs/index.html .
=====================================
distrib/mkDocs/mkDocs
=====================================
@@ -43,7 +43,8 @@ do
dir=${i%*/}
tar -Jcf ../../../../../$dir.html.tar.xz $dir
done
-mv index.html ../../../../..
+ls -alh
+mv index.html users_guide libraries ../../../../..
cd ..
mv ./*.pdf ../../../.. || \
die "failed to find PDFs"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26f934db1f5952bca70710e26ea055c1dfe05ed4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/26f934db1f5952bca70710e26ea055c1dfe05ed4
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240412/312589a5/attachment.html>
More information about the ghc-commits
mailing list