diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 0551296..4e48d83 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -152,6 +152,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libpdb.tex \ lib/libprofile.tex \ lib/libcgi.tex \ + lib/libcgitb.tex \ lib/liburllib.tex \ lib/liburllib2.tex \ lib/libhttplib.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index b1754f7..2557e59 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -195,6 +195,7 @@ and how to embed it in other applications. \input{internet} % Internet Protocols \input{libwebbrowser} \input{libcgi} +\input{libcgitb} \input{liburllib} \input{liburllib2} \input{libhttplib} |