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
e61d7af4
Commit
e61d7af4
authored
Mar 05, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.
clean: Remove all the generatable tarballs.
parent
2888bf6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
Doc/Makefile
Doc/Makefile
+9
-3
No files found.
Doc/Makefile
View file @
e61d7af4
...
@@ -267,6 +267,9 @@ l2hapi: api.dvi manual.perl python.perl
...
@@ -267,6 +267,9 @@ l2hapi: api.dvi manual.perl python.perl
info-$(VERSION).tar.gz
:
$(INFOFILES)
info-$(VERSION).tar.gz
:
$(INFOFILES)
tar
cf - python-???.info
*
|
gzip
-9
>
$@
tar
cf - python-???.info
*
|
gzip
-9
>
$@
latex-$(VERSION).tar.gz
:
./mktarball.sh
# This snags a PDF version if available, but doesn't fail if not.
# This snags a PDF version if available, but doesn't fail if not.
pdf-$(VERSION).tar.gz
:
$(PDFFILES)
pdf-$(VERSION).tar.gz
:
$(PDFFILES)
if
[
-f
ref/ref.pdf
]
;
then
cp
ref/ref.pdf
.
;
else
true
;
fi
if
[
-f
ref/ref.pdf
]
;
then
cp
ref/ref.pdf
.
;
else
true
;
fi
...
@@ -291,7 +294,9 @@ tarps: postscript-$(VERSION).tar.gz
...
@@ -291,7 +294,9 @@ tarps: postscript-$(VERSION).tar.gz
tarpdf
:
pdf-$(VERSION).tar.gz
tarpdf
:
pdf-$(VERSION).tar.gz
tarballs
:
tarpdf tarps tarhtml tarinfo
tarlatex
:
latex-$(VERSION).tar.gz
tarballs
:
tarpdf tarps tarhtml tarinfo tarlatex
# Housekeeping targets
# Housekeeping targets
...
@@ -302,8 +307,9 @@ tarballs: tarpdf tarps tarhtml tarinfo
...
@@ -302,8 +307,9 @@ tarballs: tarpdf tarps tarhtml tarinfo
clean
:
l2hclean
clean
:
l2hclean
rm
-f
@
*
*
~
*
.aux
*
.idx
*
.ilg
*
.ind
*
.log
*
.toc
*
.blg
*
.bbl
*
.py[co]
rm
-f
@
*
*
~
*
.aux
*
.idx
*
.ilg
*
.ind
*
.log
*
.toc
*
.blg
*
.bbl
*
.py[co]
rm
-f
*
.bak
*
.orig lib1.texi
*
.out
rm
-f
*
.bak
*
.orig lib1.texi
*
.out
rm
-f
html-
$(VERSION)
.tar.gz postscript-
$(VERSION)
.tar.gz
rm
-f
html-
$(VERSION)
.tar.gz info-
$(VERSION)
.tar.gz
rm
-f
pdf-
$(VERSION)
.tar.gz
rm
-f
pdf-
$(VERSION)
.tar.gz postscript-
$(VERSION)
.tar.gz
rm
-f
latex-
$(VERSION)
.tar.gz
l2hclean
:
l2hclean
:
rm
-rf
api ext lib tut
rm
-rf
api ext lib tut
...
...
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