diff options
author | George Yoshida <dynkin@gmail.com> | 2007-05-21 04:41:21 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2007-05-21 04:41:21 (GMT) |
commit | 5faa75f3c15c70dd494e9cfcda39ab11f5ad9aa0 (patch) | |
tree | 5cfa5ec9efbde386b48384e67962d523ad4f4634 /Doc | |
parent | 6f738162ae3c27da4b92aadedc24d330108cfd2f (diff) | |
download | cpython-5faa75f3c15c70dd494e9cfcda39ab11f5ad9aa0.zip cpython-5faa75f3c15c70dd494e9cfcda39ab11f5ad9aa0.tar.gz cpython-5faa75f3c15c70dd494e9cfcda39ab11f5ad9aa0.tar.bz2 |
fix against r55474 [Remove the macfs module]
Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/mac/mac.tex | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index da07e4f..625a097 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -366,7 +366,6 @@ MACFILES= $(HOWTOSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ mac/libaetools.tex \ mac/libaepack.tex \ mac/libaetypes.tex \ - mac/libmacfs.tex \ mac/libmacos.tex \ mac/libmacostools.tex \ mac/libmacui.tex \ diff --git a/Doc/mac/mac.tex b/Doc/mac/mac.tex index c67545a..7618057 100644 --- a/Doc/mac/mac.tex +++ b/Doc/mac/mac.tex @@ -51,7 +51,6 @@ documented here: \localmoduletable \input{libmac} -\input{libmacfs} \input{libmacic} \input{libmacos} \input{libmacostools} |