Update the dependencies.
This commit is contained in:
parent
121460d8cb
commit
0fdc826f54
|
@ -29,12 +29,13 @@ APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||||
api/refcounting.tex \
|
api/refcounting.tex \
|
||||||
api/utilities.tex \
|
api/utilities.tex \
|
||||||
api/veryhigh.tex \
|
api/veryhigh.tex \
|
||||||
|
texinputs/typestruct.h \
|
||||||
texinputs/reportingbugs.tex
|
texinputs/reportingbugs.tex
|
||||||
|
|
||||||
# These files are generated from those listed above, and are used to
|
# These files are generated from those listed above, and are used to
|
||||||
# generate the typeset versions of the manuals. The list is defined
|
# generate the typeset versions of the manuals. The list is defined
|
||||||
# here to make it easier to ensure parallelism.
|
# here to make it easier to ensure parallelism.
|
||||||
ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
ANNOAPIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) api/refcounts.dat \
|
||||||
paper-$(PAPER)/api.tex \
|
paper-$(PAPER)/api.tex \
|
||||||
paper-$(PAPER)/abstract.tex \
|
paper-$(PAPER)/abstract.tex \
|
||||||
paper-$(PAPER)/concrete.tex \
|
paper-$(PAPER)/concrete.tex \
|
||||||
|
@ -59,6 +60,10 @@ EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
|
||||||
ext/building.tex \
|
ext/building.tex \
|
||||||
ext/windows.tex \
|
ext/windows.tex \
|
||||||
ext/embedding.tex \
|
ext/embedding.tex \
|
||||||
|
ext/cycle-gc.c \
|
||||||
|
ext/noddy.c \
|
||||||
|
ext/run-func.c \
|
||||||
|
texinputs/typestruct.h \
|
||||||
texinputs/reportingbugs.tex
|
texinputs/reportingbugs.tex
|
||||||
|
|
||||||
TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
|
TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
|
||||||
|
|
Loading…
Reference in New Issue