diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index d220fc7..3c77618 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,3 +3,6 @@ all: rapport_final.pdf %.pdf: %.tex pdflatex $< + +%.tex: %.lytex + lilypond-book --pdf $< |