mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-23 22:27:25 +03:00
Leave Markdown files out of distribution packages (#971)
This commit is contained in:
parent
0943e98d97
commit
5cbf17b425
2
.github/ci.sh
vendored
2
.github/ci.sh
vendored
@ -145,7 +145,7 @@ bundle_files() {
|
|||||||
mkdir -p $doc
|
mkdir -p $doc
|
||||||
cp -R examples/ $doc/examples/
|
cp -R examples/ $doc/examples/
|
||||||
rm -rf $doc/examples/cryptol-specs
|
rm -rf $doc/examples/cryptol-specs
|
||||||
cp docs/*md docs/*pdf $doc
|
cp docs/*pdf $doc
|
||||||
|
|
||||||
# Copy the two interesting examples over
|
# Copy the two interesting examples over
|
||||||
cp docs/ProgrammingCryptol/{aes/AES,enigma/Enigma}.cry $doc/examples/
|
cp docs/ProgrammingCryptol/{aes/AES,enigma/Enigma}.cry $doc/examples/
|
||||||
|
Loading…
Reference in New Issue
Block a user