initial version
cleaned-up the sources of the ITP course - remove internal notes - remove exercise solutions - remove KTH logo - add Creative Commons license
This commit is contained in:
8
lectures/images/Makefile
Executable file
8
lectures/images/Makefile
Executable file
@ -0,0 +1,8 @@
|
||||
all:
|
||||
latex hol-family.tex
|
||||
dvips hol-family.dvi
|
||||
ps2eps hol-family.ps
|
||||
|
||||
clean:
|
||||
rm -f *.dvi *.toc *.aux *.ps *.log *.lof *.bbl *.blg *.hix *.tid *.tde *.out *~
|
||||
|
Reference in New Issue
Block a user