Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bdbdb80b
Commit
bdbdb80b
authored
Apr 17, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate the Mac-related files from the library reference files. The new
variable isn't used yet.
parent
1d9fb632
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
Doc/Makefile
Doc/Makefile
+7
-5
No files found.
Doc/Makefile
View file @
bdbdb80b
...
...
@@ -155,9 +155,7 @@ LIBFILES = lib.tex \
libhtmllib.tex libsgmllib.tex librfc822.tex libmimetools.tex
\
libbinascii.tex libmm.tex libaudioop.tex libimageop.tex libaifc.tex
\
libjpeg.tex librgbimg.tex libcrypto.tex libmd5.tex libmpz.tex
\
librotor.tex libmac.tex libctb.tex libmacconsole.tex libmacdnr.tex
\
libmacfs.tex libmacos.tex libmacostools.tex libmactcp.tex
\
libmacspeech.tex libmacui.tex libstdwin.tex libsgi.tex libal.tex
\
librotor.tex libstdwin.tex libsgi.tex libal.tex
\
libcd.tex libfl.tex libfm.tex libgl.tex libimgfile.tex libsun.tex
\
libxdrlib.tex libimghdr.tex
\
librestricted.tex librexec.tex libbastion.tex
\
...
...
@@ -166,12 +164,16 @@ LIBFILES = lib.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 libcmath.tex libni.tex libgzip.tex
\
libpprint.tex libcode.tex libmimify.tex libre.tex
libmacic.tex
\
libpprint.tex libcode.tex libmimify.tex libre.tex
\
libuserdict.tex libdis.tex libxmllib.tex libqueue.tex
\
liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex
\
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex
\
libfileinput.tex libimaplib.tex
MACLIBFILES
=
mac.tex libmac.tex libctb.tex libmacconsole.tex
\
libmacdnr.tex libmacfs.tex libmacos.tex libmacostools.tex
\
libmactcp.tex libmacspeech.tex libmacui.tex libmacic.tex
# Library document
lib.dvi
:
tools/indfix.py $(LIBFILES)
tools/newind.py
>
$*
.ind
...
...
@@ -208,7 +210,7 @@ tut.dvi: tut.tex
# and makeinfo can't handle a group without a leading @command. But at
# least the info file gets generated.
lib1.texi
:
$(LIBFILES) texipre.dat texipost.dat
$(PARTPARSEOBJ)
lib1.texi
:
$(LIBFILES) texipre.dat texipost.dat
tools/partparse.py
$(PARTPARSE)
-o
$@
`
tools/whichlibs
`
sed
's/"{\\}n{\\}n/"\\n\\n/'
$@
>
temp.texi
mv
temp.texi
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment