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 c703922..f2385f8 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -241,6 +241,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ lib/libchunk.tex \ lib/libcodeop.tex \ lib/libcurses.tex \ + lib/libcursespanel.tex \ lib/libascii.tex \ lib/libdl.tex \ lib/libmutex.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 491d2b4..e74329b 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -140,6 +140,7 @@ and how to embed it in other applications. \input{libgetpass} \input{libcurses} \input{libascii} % curses.ascii +\input{libcursespanel} \input{libgetopt} \input{libtempfile} \input{liberrno} |