Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ff64fd49
Commit
ff64fd49
authored
12 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
doc: Add make target to produce EPUB from DocBook
parent
71627f3d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/Makefile
+8
-0
8 additions, 0 deletions
doc/src/sgml/Makefile
with
8 additions
and
0 deletions
doc/src/sgml/Makefile
+
8
−
0
View file @
ff64fd49
...
...
@@ -46,6 +46,8 @@ endif
override
XSLTPROCFLAGS
+=
--stringparam
pg.version
'
$(
VERSION
)
'
DBTOEPUB
?=
dbtoepub
GENERATED_SGML
=
bookindex.sgml version.sgml
\
features-supported.sgml features-unsupported.sgml errcodes-table.sgml
...
...
@@ -271,6 +273,10 @@ htmlhelp: stylesheet-hh.xsl postgres.xml
%-US.fo
:
stylesheet-fo.xsl %.xml
$(
XSLTPROC
)
$(
XSLTPROCFLAGS
)
--stringparam
paper.type USletter
-o
$@
$^
epub
:
postgres.epub
postgres.epub
:
postgres.xml
$(
DBTOEPUB
)
$<
##
## Experimental Texinfo targets
...
...
@@ -385,6 +391,8 @@ clean:
rm
-f
HTML.index
$(GENERATED_SGML)
# XSLT
rm
-f
postgres.xml
postgres.xmltmp
htmlhelp.hhp
toc.hhc
index.hhk
*.fo
# EPUB
rm
-f
postgres.epub
# Texinfo
rm
-f
*.texixml
*.texi
*.info
db2texi.refs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment