1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/olddoc/Makefile.deps

35 lines
727 B
Makefile
Raw Normal View History

2003-05-20 20:29:52 +00:00
# LaTeX source dependencies.
COMMONSTYLES= texinputs/python.sty \
texinputs/pypaper.sty
INDEXSTYLES=texinputs/python.ist
COMMONTEX= texinputs/copyright.tex \
texinputs/license.tex \
texinputs/boilerplate.tex
MANSTYLES= texinputs/fncychap.sty \
texinputs/manual.cls \
$(COMMONSTYLES)
HOWTOSTYLES= texinputs/howto.cls \
$(COMMONSTYLES)
DOCFILES= $(HOWTOSTYLES) \
texinputs/boilerplate.tex \
texinputs/ltxmarkup.sty \
doc/doc.tex
# LaTeX source files for the MyHDL Manual
MANUALFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
manual/MyHDL.tex \
manual/background.tex \
2005-12-10 23:06:55 +00:00
manual/intro.tex \
2003-05-20 20:29:52 +00:00
manual/modeling.tex \
manual/unittest.tex \
manual/cosimulation.tex \
2004-02-01 17:42:40 +00:00
manual/conversion.tex \
2003-05-20 20:29:52 +00:00
manual/reference.tex