From 5e75f15008e69c17341272eecd350cd4beeb0c09 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 21 Oct 2003 17:25:05 +0000 Subject: [PATCH] add missing dependency --- Doc/Makefile.deps | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 147b1107c1..fc052f411a 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -106,6 +106,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ lib/libfuncs.tex \ lib/libpython.tex \ lib/libsys.tex \ + lib/libplatform.tex \ lib/libfpectl.tex \ lib/libgc.tex \ lib/libsets.tex \ -- 2.50.1