summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/Makefile.deps13
1 files changed, 12 insertions, 1 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index e58759c..9718cff 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -17,7 +17,18 @@ HOWTOSTYLES= texinputs/howto.cls \
$(COMMONSTYLES)
-APIFILES= api/api.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
+APIFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
+ api/api.tex \
+ api/abstract.tex \
+ api/concrete.tex \
+ api/exceptions.tex \
+ api/init.tex \
+ api/intro.tex \
+ api/memory.tex \
+ api/newtypes.tex \
+ api/refcounting.tex \
+ api/utilities.tex \
+ api/veryhigh.tex \
texinputs/reportingbugs.tex
DOCFILES= $(HOWTOSTYLES) \