URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [doc/] [manual/] [Makefile] - Rev 134
Go to most recent revision | Compare with Previous | Blame | View Log
## Makefile for ECO32 manual#BUILD = ../../buildSRCS = architecture.tex demosoc.tex eco32.tex impl.tex intro.tex mybib.tex \ownsoc.tex signals.pdf signals.svg signals.tex toolchain.tex \isa/comp.tex isa/isa.tex isa/jump.tex isa/ldst.tex isa/system.tex.PHONY: all install cleanall: eco32.pdfinstall: eco32.pdfmkdir -p $(BUILD)/doccp eco32.pdf $(BUILD)/doceco32.pdf: $(SRCS)pdflatex eco32.texpdflatex eco32.texpdflatex eco32.texclean:rm -f eco32.aux eco32.log eco32.out eco32.pdf eco32.tocrm -f isa/*~ *~
Go to most recent revision | Compare with Previous | Blame | View Log
