diff options
-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 38ef133..6c18cac 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -191,6 +191,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/libcmpcache.tex \ ../lib/libstatcache.tex \ ../lib/libwave.tex \ + ../lib/libchunk.tex \ ../lib/libcurses.tex \ ../lib/libpipes.tex \ ../lib/librlcompleter.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 2e318d2..fc01d6e 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -228,6 +228,7 @@ add new extensions to Python and how to embed it in other applications. \input{libimageop} \input{libaifc} \input{libwave} +\input{libchunk} \input{libcolorsys} \input{librgbimg} \input{libimghdr} |