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
a34f7e6a
Commit
a34f7e6a
authored
May 07, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some cleanup, added clean & clobber targets.
parent
bf332696
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
6 deletions
+24
-6
Doc/paper-a4/Makefile
Doc/paper-a4/Makefile
+12
-3
Doc/paper-letter/Makefile
Doc/paper-letter/Makefile
+12
-3
No files found.
Doc/paper-a4/Makefile
View file @
a34f7e6a
...
...
@@ -5,10 +5,19 @@ TEXINPUTS=.:../texinputs:
all
:
all-ps
all-ps
:
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile all-ps
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
\
-f
../Makefile
do
-ps
all-pdf
:
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile all-pdf
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
\
-f
../Makefile
do
-pdf
all-dvi
:
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile all-dvi
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
\
-f
../Makefile
do
-dvi
clean
:
$(MAKE)
-f
../Makefile clean
clobber
:
$(MAKE)
-f
../Makefile clobber
Doc/paper-letter/Makefile
View file @
a34f7e6a
...
...
@@ -5,10 +5,19 @@ TEXINPUTS=../texinputs:
all
:
all-ps
all-ps
:
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile all-ps
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
\
-f
../Makefile
do
-ps
all-pdf
:
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile all-pdf
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
\
-f
../Makefile
do
-pdf
all-dvi
:
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
-f
../Makefile all-dvi
$(MAKE)
srcdir
=
..
VPATH
=
..
TEXINPUTS
=
$(TEXINPUTS)
\
-f
../Makefile
do
-dvi
clean
:
$(MAKE)
-f
../Makefile clean
clobber
:
$(MAKE)
-f
../Makefile clobber
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