Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 't/29884/src_doc_bootstrap__generate_src_doc_en_referenc…
Browse files Browse the repository at this point in the history
…e_repl_options_rst' into t/29111/specify_a_subset_of_sage_command_line_options_that_are_supported_by_sagelib___rather_than_sage_the_distribution
  • Loading branch information
Matthias Koeppe committed Jun 19, 2020
2 parents 55c5680 + 885092e commit 05ba86a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ bootstrap-clean:
rm -rf config configure build/make/Makefile-auto.in
rm -f src/doc/en/installation/*.txt
rm -rf src/doc/en/reference/spkg/*.rst
rm -f src/doc/en/reference/repl/*.txt

# Remove absolutely everything which isn't part of the git repo
maintainer-clean: distclean bootstrap-clean
Expand Down
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ save () {
# Create configure tarball
echo "Creating $NEWCONFBALL..."
mkdir -p upstream
tar zcf "$NEWCONFBALL" configure config/* build/make/Makefile-auto.in src/doc/en/installation/*.txt src/doc/en/reference/spkg/*.rst
tar zcf "$NEWCONFBALL" configure config/* build/make/Makefile-auto.in src/doc/en/installation/*.txt src/doc/en/reference/spkg/*.rst src/doc/en/reference/repl/*.txt

# Update version
echo "$NEWCONFVERSION" >$PKG/package-version.txt
Expand Down
1 change: 1 addition & 0 deletions src/doc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/en/reference/spkg/*.rst
/output
/en/installation/*.txt
/en/reference/repl/*.txt
5 changes: 5 additions & 0 deletions src/doc/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ done
cat >> "$OUTPUT_INDEX" <<EOF
.. include:: ../footer.txt
EOF


OUTPUT="src/doc/en/reference/repl/options.txt"
echo >&2 $0:$LINENO: installing "$OUTPUT"
./sage -advanced > "$OUTPUT"

0 comments on commit 05ba86a

Please sign in to comment.