index
:
books/the-fresh-loaf.git
master
The Fresh Loaf Handbook
Linux User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 25da930b42b96bd9f50cc287d699c336fe029171 (
plain
)
1
2
3
4
SOURCES
=
$(
wildcard
*.md
)
the-fresh-loaf.pdf
:
$(
SOURCES
)
pandoc
--pdf-engine
=
xelatex
$^
-o
$@