Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
ZODB
Commits
3b97f96b
Commit
3b97f96b
authored
Jan 13, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- update dependency information
- add support for HTML generation
parent
2b768c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
doc/ZConfig/Makefile
doc/ZConfig/Makefile
+18
-4
No files found.
doc/ZConfig/Makefile
View file @
3b97f96b
# Rules to convert the documentation to a single PDF file.
#
# PostScript and HTML output are also supported, though PDF is the
# default.
#
# See the README.txt file for information on the mkhowto program used
# to generate the PDF and PostScript versions of the documentation.
.PHONY
:
default all pdf ps
.PHONY
:
default all
html
pdf ps
default
:
pdf
all
:
pdf ps
all
:
html
pdf ps
html
:
zconfig/zconfig.html
pdf
:
zconfig.pdf
ps
:
zconfig.ps
zconfig.pdf
:
zconfig.tex
zconfig/zconfig.html
:
zconfig.tex schema.dtd xmlmarkup.perl
mkhowto
--html
$<
zconfig.pdf
:
zconfig.tex schema.dtd xmlmarkup.sty
mkhowto
--pdf
$<
zconfig.ps
:
zconfig.tex
zconfig.ps
:
zconfig.tex
schema.dtd xmlmarkup.sty
mkhowto
--postscript
$<
clean
:
rm
-f
zconfig.l2h zconfig.l2h~
clobber
:
clean
rm
-f
zconfig.pdf zconfig.ps
rm
-rf
zconfig
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