Skip to content

Commit

Permalink
Prebuild pdf and info files for all source releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Oct 4, 2024
1 parent 82c919f commit be6cde3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asymptote.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global __python %{__python3}

Name: asymptote
Version: 2.91
Version: 2.92
Release: 1%{?dist}
Summary: Descriptive vector graphics language

Expand Down
3 changes: 3 additions & 0 deletions build-scripts/build-asymptote
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ rm -rf $SHARED/asydoc
mkdir -p $SHARED/asydoc/png
mkdir -p $SHARED/asydoc/FAQ
cp -a *.pdf ../../man/man1/asy.1 $SHARED/asydoc
cp -a *.pdf ../../man/man1/asy.1 $BUILD/asymptote-$VERSION/doc
cp -a /usr/local/share/info/asymptote/asymptote.info $SHARED/asydoc/png
cp -a /usr/local/share/info/asymptote/asymptote.info $BUILD/asymptote-$VERSION/doc/png
cp -a /usr/local/share/info/asy-faq.info $SHARED/asydoc/FAQ
cp -a /usr/local/share/info/asy-faq.info $BUILD/asymptote-$VERSION/doc/FAQ
cd $BUILD
tar cfz $SRC asymptote-$VERSION
tar cfz asymptote-$VERSION.x86_64.tgz $BINDIR
Expand Down

0 comments on commit be6cde3

Please sign in to comment.