This repository has been archived on 2022-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
chez-openbsd/nanopass/doc/Makefile

38 lines
597 B
Makefile
Raw Permalink Normal View History

2022-07-29 15:12:07 +02:00
# define default document pathname here
Scheme=scheme
STEXLIB=${HOME}/stex
# override on command line with 'make x=newdoc'
x = user-guide
# define latex processor: latex or pdflatex
latex = pdflatex
# define stex macro files here
stexmacrofiles =
# list bibliography files here
bib = user-guide.bib
# define index if an index is to be generated
# index=yes
doit: $x.pdf
include ~/stex/Mf-stex
# define or override suffixes here
# define any additional targets here
# define any dependencies here
# define cleanup targets here:
$(x).clean:
$(x).reallyclean:
$(x).reallyreallyclean: