Skip to content

Commit

Permalink
Distribute prebuilt GUI files.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Feb 9, 2025
1 parent 23b2d7e commit 83de5cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ clean: FORCE
-cd LspCpp && $(MAKE) distclean
-cd LspCpp && rm -rf liblspcpp.a Makefile CMakeFiles third_party/uri/src/CMakeFiles
-cd tinyexr && $(MAKE) clean
-cd GUI && $(PYTHON) buildtool.py clean

gc-clean: FORCE clean
-$(MAKE) -C $(GC) clean
Expand All @@ -394,6 +393,7 @@ cleanest: FORCE maintainer-clean
maintainer-clean: FORCE distclean
-rm -f configure config.h.in $(DIST)
-rm -rf autom4te.cache
-cd GUI && $(PYTHON) buildtool.py clean
-rm -rf GUI/pyUIClass
-rm -rf vcpkg_installed

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ASYMPTOTE
Copyright 2004-24 Andy Hammerlindl, John Bowman, and Tom Prince
Copyright 2004-25 Andy Hammerlindl, John Bowman, and Tom Prince

Asymptote is a powerful descriptive vector graphics language for technical
drawing, inspired by MetaPost but with an improved C++-like
Expand Down
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.97
Version: 2.98
Release: 1%{?dist}
Summary: Descriptive vector graphics language

Expand Down
1 change: 1 addition & 0 deletions build-scripts/build-asymptote-CTAN
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rm -rf asymptote-$VERSION
tar -zxf $SRC
cd asymptote-$VERSION
find . -name ".[^.]*" -exec rm -rf {} \;
rm -rf libatomic_ops/m4
mkdir -p binaries/$BINDIR/texlive
cd binaries/$BINDIR
cp $SHARED/CTAN/asy.exe texlive
Expand Down
2 changes: 1 addition & 1 deletion doc/asymptote.texi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This file documents @code{Asymptote}, version @value{VERSION}.

@url{https://asymptote.sourceforge.io}

Copyright @copyright{} 2004-24 Andy Hammerlindl, John Bowman, and Tom Prince.
Copyright @copyright{} 2004-25 Andy Hammerlindl, John Bowman, and Tom Prince.

@quotation
Permission is granted to copy, distribute and/or modify this document
Expand Down

0 comments on commit 83de5cb

Please sign in to comment.