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
ddf1ce23
Commit
ddf1ce23
authored
Mar 31, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added rule to copy in the icons/ directory.
parent
1930cede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Doc/longhtml/Makefile
Doc/longhtml/Makefile
+5
-1
No files found.
Doc/longhtml/Makefile
View file @
ddf1ce23
...
...
@@ -39,7 +39,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \
$(TOPDIR)
/perl/l2hinit.perl
all
:
$(INDEXFILES)
all
:
$(INDEXFILES)
icons
.PHONY
:
api ext lib mac ref tut
...
...
@@ -54,6 +54,10 @@ tut: tut/tut.html
$(INDEXFILES)
:
$(COMMONPERL)
\
$(TOPDIR)/html/about.dat
icons
:
../html/icons
if
[
!
-d
icons
]
;
then
mkdir
icons
;
fi
cp
../html/icons/
*
.
*
icons/
api/api.html
:
$(PAPERDIR)/api.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh
$(MKHTML)
api
$(L2HARGS)
-split
3
...
...
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