feat: 9.5.9
This commit is contained in:
parent
cb1753732b
commit
35f43a7909
1084 changed files with 558985 additions and 0 deletions
37
nanopass/doc/Makefile
Normal file
37
nanopass/doc/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# 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:
|
||||
|
Reference in a new issue