Makefile updates and journal...
Just got the journal to have some info in it. Makefile may be the `make clean` that I fixed.
This commit is contained in:
parent
ba5b3d4927
commit
a6a46fcf9f
|
@ -1,5 +1,5 @@
|
|||
clean:
|
||||
rm *.aux *.dvi *.fdb_latexmk *.fls *.log *.ps *.synctex.gz *.toc
|
||||
rm *.aux *.dvi *.fdb_latexmk *.fls *.log *.ps *.synctex.gz *.toc *.lot *.lof
|
||||
|
||||
Hero.dvi: Hero.tex Hero-content.tex 000-header.tex 090-footer.tex
|
||||
latex Hero.tex
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
OK, got a good way with stuff, but mostly looking to move this a bit
|
||||
toward being more of a book.
|
||||
|
||||
Got some basics down. Other than than some problems the not good LaTeX
|
||||
support gives, in large part because it tries to do stuff automatically
|
||||
which I'm not keen on.
|
||||
|
|
Loading…
Reference in New Issue