diff options
author | George Yoshida <dynkin@gmail.com> | 2007-05-21 04:41:21 +0000 |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2007-05-21 04:41:21 +0000 |
commit | 5faa75f3c15c70dd494e9cfcda39ab11f5ad9aa0 (patch) | |
tree | 5cfa5ec9efbde386b48384e67962d523ad4f4634 | |
parent | 6f738162ae3c27da4b92aadedc24d330108cfd2f (diff) | |
download | cpython-git-5faa75f3c15c70dd494e9cfcda39ab11f5ad9aa0.tar.gz |
fix against r55474 [Remove the macfs module]
Remove "libmacfs.tex" from Makefile.deps and mac/mac.tex.
-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 da07e4f319..625a097ca4 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 c67545aea9..7618057e2e 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} |