summaryrefslogtreecommitdiff
path: root/make/website.make
Commit message (Collapse)AuthorAgeFilesLines
* Use the python found by ./configure to build the website.Julien Rioux2013-08-231-5/+5
| | | | | This fixes issue 3494: make website fails on platforms where python3 is the default.
* Website build depends on version information (issue 3447).Julien Rioux2013-07-181-2/+2
|
* Build: Fix the misc-file wildcard in website.make.Julien Rioux2012-05-011-1/+1
|
* Adds Pondings corner to the upper-right of the website.Mike Solomon2012-04-301-0/+4
| | | | Moves Downloads to line up with News.
* Add old announcements, news and changelogs to the website.Julien Rioux2012-03-261-6/+12
| | | | | Update make/website.make to include old announcements. Their new home is at lilypond.org/website/misc.
* Remove hard-coded links to v2.13 docs (issue 2399).Julien Rioux2012-03-161-1/+3
| | | | | | ONLY_WEB_VERSION will take the value vMAJOR.MINOR from the top-level VERSION file. If we ever want to change the online docs to point to e.g. doc/devel, ONLY_WEB_VERSION should take the value devel.
* Build: website should rely on $LILYPOND_GITGraham Percival2012-02-041-2/+3
| | | | This work was sponsored by David Kastrup.
* Copy pdf docs to new website folderAlberto Simoes2012-01-041-3/+12
|
* Build: Dependencies for make website (issue 2027).Julien Rioux2011-12-251-4/+32
|
* Build: Fix a typo.Julien Rioux2011-12-251-1/+1
|
* Website: use external $LILYPOND_WEB_MEDIA_GITGraham Percival2011-10-281-7/+11
| | | | | | | | | | | | | | | | This builds the website using the pictures and ly-examples which will appear on the actual website. Previously, it used either pictures from a local "make doc" run, or from a hard-coded $HOME/lilypond/web-media/ directory. The latter is how it's built on lilypond.org, but that relies on me personally uploading new files. Once this is accepted and pushed, I'll dig out our "publications" pdfs, and anything else remaining in web/, add them to this script, then finally rename the web/ dir (which is the pre-2009 website) to oldweb/. Building with "make doc" is completely unaffected.
* Centralize the css files and fix the links to css files (issue 983).Julien Rioux2011-10-251-4/+4
| | | | Put them in Documentation/css.
* Makeify the website build.Julien Rioux2011-10-131-94/+166
| | | | | Properly track dependencies, allow for parallel build, and rebuild only what needs to be updated.
* Build: fix website (1892)Graham Percival2011-09-171-0/+1
|
* Uses langdefs.py for make websitePhil Holmes2011-09-151-6/+2
|
* Silences "Not a dir" messages in make websitePhil Holmes2011-05-271-1/+6
| | | | | Also gets rid of the double slash in the non-translated directory names.
* Add a -q quiet flag to 'make website' scriptsPhil Holmes2011-05-251-0/+24
|
* Build updates to get rid of website warningsPhil Holmes2011-05-091-0/+2
|
* Simplify bibliography system.Phil Holmes2011-02-261-0/+2
| | | | | This patch contains some makefile work by Graham, but it's not worth trying to separate it into two separate patches.
* Build: robustiy local make websiteGraham Percival2011-02-171-3/+9
|
* Merge branch 'master' into lilypond/translationFrancisco Vila2011-02-051-17/+17
|\ | | | | | | | | Conflicts: scripts/build/create-weblinks-itexi.py
| * Build: end directories in their bare names and avoid some double slashes in ↵Francisco Vila2011-02-011-17/+17
| | | | | | | | logs.
| * Web: enable Japanese website.Francisco Vila2011-01-261-1/+1
| |
* | Doc: Czech webpage from Pavel, thanks!Francisco Vila2011-02-041-1/+1
| |
* | Web: add Chinese webpage by Ben Luo, thanks!Francisco Vila2011-02-041-2/+3
|/
* Merge branch 'lilypond/translation'John Mandereau2010-09-271-1/+1
|\ | | | | | | | | | | | | | | Conflicts: Documentation/fr/web/introduction.itexi I retained the most recently added committish in Documentation/fr/web/introduction.itexi.
| * Web: Included Hungarian website languageDénes Harmath2010-09-221-1/+1
| |
* | Web build: move /media/ into shared /lilypond/ dir.Graham Percival2010-09-241-2/+2
|/
* Add German as website languageTill Paala2010-09-011-1/+1
|
* Build: use bibs for website build.Graham Percival2010-08-191-1/+11
| | | | | Adds it to the "make website"; previous commit added it to the "make doc" stuff.
* Web: enable italian website.Francisco Vila2010-06-161-1/+1
|
* Web build: don't link recursively.Graham Percival2010-04-131-1/+1
| | | | | | | The build process was finding all .html files, including files from a previous run, and putting them in a /website/ dir. When it found files like /website/*.html, they would become /website/website/*.html, etc.
* Web build: update src dir.Graham Percival2010-04-131-1/+1
|
* Use alphabetical order for languages, more sensible progress indication.Jan Nieuwenhuizen2010-04-121-0/+1
|
* Oops^2: use $$ instead of $ in embeded makefile shell. Fixes funny fix.Jan Nieuwenhuizen2010-04-101-1/+1
|
* Oops, do not prepend `.' suffix for lang=`'. Fixes foo..html output.Jan Nieuwenhuizen2010-04-101-1/+2
|
* Doc: [web] Make texi2html notice non-constant, refactor cut-and-paste coding.Jan Nieuwenhuizen2010-04-101-25/+6
| | | | This gives nice and clean error/warning feedback per language.
* 2683b12 Doc: [fr] fully enable now also for website-only build.Jan Nieuwenhuizen2010-04-101-1/+0
|
* create-weblinks-itexi.py: Enable 'fr'Jean-Charles Malahieude2010-04-091-2/+2
|
* Doc: [nl] fully enable now also for website-only build.Jan Nieuwenhuizen2010-04-091-1/+1
|
* Move website.make into make/. Update relevant documentation.Jan Nieuwenhuizen2010-04-031-0/+145
The new mantra for doing a local lilypond.org test is now #! /bin/sh cp -pv Documentation/lilypond-texi2html.init scripts/build cp -pv Documentation/web/server/*.htaccess scripts/build TEXI2HTML=$(type -p texi2html) LILYPOND=$HOME/vc/lilypond #from where to copy? #ONLINE_ROOT=$LILYPOND/out-www/online-root #DOC=$ONLINE_ROOT/Documentation DOC=$LILYPOND/Documentation make -f make/website.make website \ EXAMPLES=$DOC/web/ly-examples/out-www \ PICTURES=$DOC/pictures/out-www \ WEBSITE_ONLY_BUILD=1 \ TOP_SRC_DIR=$(pwd) \ TRUSTED_DIR=$(pwd)/scripts/build \ TEXI2HTML_PROGRAM=$TEXI2HTML