fix: README -> README.md
This commit is contained in:
parent
43e68af625
commit
99b0a6292c
756 changed files with 323753 additions and 71 deletions
37
ta6ob/nanopass/doc/Makefile
Normal file
37
ta6ob/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