diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-04-11 15:35:28 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-04-11 15:35:28 (GMT) |
commit | bae5c965e8d42c791ec42959f7b025f29f38926e (patch) | |
tree | ed1b941e4ad2284ab08562e24a0ac6cd19fbbd68 /Doc/Makefile.deps | |
parent | 126f2b76b9413d861f3a8f7d70af67a634982e31 (diff) | |
download | cpython-bae5c965e8d42c791ec42959f7b025f29f38926e.zip cpython-bae5c965e8d42c791ec42959f7b025f29f38926e.tar.gz cpython-bae5c965e8d42c791ec42959f7b025f29f38926e.tar.bz2 |
Moved all the scripting stuff to a separate section, added all the
missing bits (well, all the bits I could think of) and updated the
rest.
Diffstat (limited to 'Doc/Makefile.deps')
-rw-r--r-- | Doc/Makefile.deps | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 502e9ea..7d8043e 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -345,10 +345,13 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ mac/mac.tex \ mac/using.tex \ + mac/scripting.tex \ mac/toolbox.tex \ mac/undoc.tex \ mac/libcolorpicker.tex \ mac/libmac.tex \ + mac/libgensuitemodule.tex \ + mac/libaetools.tex \ mac/libaepack.tex \ mac/libaetypes.tex \ mac/libmacfs.tex \ |