From da1019e552e097c3fd5f37bcf3e726e7f6f19e8f Mon Sep 17 00:00:00 2001 From: Dominique Fober Date: Mon, 2 Mar 2020 16:24:29 +0100 Subject: [PATCH] packaging --- build/Makefile | 2 +- misc/README.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 74b443030..e53dde5a7 100644 --- a/build/Makefile +++ b/build/Makefile @@ -77,6 +77,7 @@ help : @echo " localinstall : install the Guido tools to $$HOME/bin" @echo " tags : extract the current tags list" @echo " guido2 : build the embedded svg font" + @echo " package : build a package for distribution" @echo @echo "Options:" @echo " BUILDDIR : the output folder (currently $(BUILDDIR))" @@ -178,7 +179,6 @@ localinstall: #=============================================================== package: PACK:=GuidoLib-$(VERSION) package: ../gmn-examples/examples - cd ../gmn-examples/examples && svn up make install PREFIX=../$(PACK) hdiutil create $(PACK).dmg -fs HFS+ -srcfolder $(PACK) -format UDBZ -ov rm -rf diff --git a/misc/README.html b/misc/README.html index 30ce60670..ab3428c8d 100644 --- a/misc/README.html +++ b/misc/README.html @@ -8,6 +8,12 @@ The Guido project is an open source project that encompasses a music notation format, a score rendering engine and various music score utilities. The Guido Notation Format is a general purpose formal language for representing score-level music in a platform-independent plain text and human readable way. The format comes with various software components for music score rendering and manipulation. The main of these components is the Guido Engine, a library embedable in various platforms and using different programming languages. +Useful resources: + +- the [Guido project](http://guido.grame.fr) web site +- the [Guido Documentation](http://guidodoc.grame.fr) web site +- the online [Guido Editor](http://guidoeditor.grame.fr) + ----------------------------------------------------------------------