Skip to content

tex/GNUmakefile: add default target

CG:4.6.2, paragraph "Documentation editor's edit/compile cycle", states that after building LilyPond itself, the specific manual to work on and inspect can be build thus: make CPU_COUNT=X -C Documentation out=www out-www/LANGUAGE/MYMANUAL.pdf.

In https://lists.gnu.org/archive/html/lilypond-devel/2022-04/msg00045.html Jean notes that this process no longer works after PDF Highlighting was introduced.

In !1426 (comment 1011535596) Jonas highlighted the specific implicit dependency that was broken by the introduction of PDF Highlighting, specifically that "everything else was build before".

This merge request adjusts tex/GNUmakefile to meet that implicit dependency and restores the documented behavior.

Edited by John Wheeler

Merge request reports