Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 61b8fca

Browse files
committed
add environment files to source tarball
1 parent fad0d04 commit 61b8fca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ bootstrap-clean:
111111
rm -f src/doc/en/installation/*.txt
112112
rm -rf src/doc/en/reference/spkg/*.rst
113113
rm -f src/doc/en/reference/repl/*.txt
114+
rm -f environment.yml
115+
rm -f src/environment.yml
116+
rm -f environment-optional.yml
117+
rm -f src/environment-optional.yml
114118

115119
# Remove absolutely everything which isn't part of the git repo
116120
maintainer-clean: distclean bootstrap-clean

bootstrap

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,11 @@ save () {
190190
build/make/Makefile-auto.in \
191191
src/doc/en/installation/*.txt \
192192
src/doc/en/reference/spkg/*.rst \
193-
src/doc/en/reference/repl/*.txt
193+
src/doc/en/reference/repl/*.txt \
194+
environment.yml \
195+
src/environment.yml \
196+
environment-optional.yml \
197+
src/environment-optional.yml
194198

195199
# Update version
196200
echo "$NEWCONFVERSION" >$PKG/package-version.txt

0 commit comments

Comments
 (0)