]> granicus.if.org Git - python/commitdiff
Added cmath
authorGuido van Rossum <guido@python.org>
Thu, 17 Jul 1997 16:15:18 +0000 (16:15 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Jul 1997 16:15:18 +0000 (16:15 +0000)
Doc/Makefile
Doc/lib.tex
Doc/lib/lib.tex

index 4e48d685026e3eb80116e450091a59a41945c85c..3988a008f5621445b60264c17d856633cb55be49 100644 (file)
@@ -111,7 +111,7 @@ LIBFILES = lib.tex \
     libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \
     libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \
     libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \
-    libmailbox.tex libcommands.tex
+    libmailbox.tex libcommands.tex libcmath.tex
 
 # Library document
 lib.dvi: $(LIBFILES)
index 61984455ebd8223d04c6938f6c19f2f297df483b..2c3ceaf870567db74ed78c9971514183a59e1e9c 100644 (file)
@@ -100,6 +100,7 @@ to Python and how to embed it in other applications.
 
 \input{libmisc}                        % Miscellaneous Services
 \input{libmath}
+\input{libcmath}
 \input{libwhrandom}
 \input{librandom}
 \input{librand}
index 61984455ebd8223d04c6938f6c19f2f297df483b..2c3ceaf870567db74ed78c9971514183a59e1e9c 100644 (file)
@@ -100,6 +100,7 @@ to Python and how to embed it in other applications.
 
 \input{libmisc}                        % Miscellaneous Services
 \input{libmath}
+\input{libcmath}
 \input{libwhrandom}
 \input{librandom}
 \input{librand}