diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-19 18:00:44 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-19 18:00:44 +0100 |
commit | 5cca7e5630c3d1125e7f0c459102c944a0593711 (patch) | |
tree | 41992c0725eee027fad5de69d953d99bc6116793 /doc/Makefile | |
parent | 4694db1f84cecd3b74bb53ec8b514a2415d14c92 (diff) | |
download | SystDigit-Projet-5cca7e5630c3d1125e7f0c459102c944a0593711.tar.gz SystDigit-Projet-5cca7e5630c3d1125e7f0c459102c944a0593711.zip |
Add lilypond stuff
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 $< |