feat: 9.5.9

This commit is contained in:
tmtt 2022-07-29 15:12:07 +02:00
parent cb1753732b
commit 35f43a7909
1084 changed files with 558985 additions and 0 deletions

32
stex/doc/Makefile Normal file
View file

@ -0,0 +1,32 @@
# define default document pathname here
# override on command line with 'make x=newdoc'
x = stex
# define latex processor: latex or pdflatex
latex = pdflatex
# define stex macro files here
stexmacrofiles =
# list bibliography files here
bib =
# define index if an index is to be generated
# index=yes
include ~/stex/Mf-stex
# define or override suffixes here
# define any additional targets here
# define any dependencies here
# define cleanup targets here:
$(x).clean:
-rm -f $x.rawsst
$(x).reallyclean:
$(x).reallyreallyclean: