Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
756d4503
Commit
756d4503
authored
Oct 03, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add experimental support for db2x texinfo
Andreas Seltenreich
parent
5441a641
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
doc/src/sgml/Makefile
doc/src/sgml/Makefile
+22
-2
No files found.
doc/src/sgml/Makefile
View file @
756d4503
...
...
@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.7
6 2006/04/06 18:54:36 petere
Exp $
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.7
7 2006/10/03 21:13:17 momjian
Exp $
#
#----------------------------------------------------------------------------
...
...
@@ -212,7 +212,7 @@ XSLTPROC = xsltproc
postgres.xml
:
postgres.sgml $(GENERATED_SGML)
$(OSX)
-x
lower
$<
|
\
sed
-e
's/\[\(
lt\|gt\|amp\|nbsp\|copy\|quot\|ouml\|uuml\|egrave
\) *\]/\&\1;/g'
\
sed
-e
's/\[\(
amp\|copy\|egrave\|gt\|lt\|mdash\|nbsp\|ouml\|pi\|quot\|uuml
\) *\]/\&\1;/g'
\
-e
'1a\'
-e
'<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">'
\
>
$@
...
...
@@ -222,6 +222,24 @@ testxml: stylesheet.xsl postgres.xml
htmlhelp
:
stylesheet-hh.xsl postgres.xml
$(XSLTPROC)
$(XSLTPROCFLAGS)
--stringparam
pg.version
'
$(VERSION)
'
$^
##
## Experimental Texinfo targets
##
DB2X_TEXIXML
=
db2x_texixml
DB2X_XSLTPROC
=
db2x_xsltproc
MAKEINFO
=
makeinfo
postgres.texixml
:
postgres.xml
$(DB2X_XSLTPROC)
-s
texi
$<
-o
$@
postgres.texi
:
postgres.texixml
$(DB2X_TEXIXML)
--encoding
=
iso-8859-1//TRANSLIT
$<
\
--to-stdout
>
$@
postgres.info
:
postgres.texi
$(MAKEINFO)
--enable-encoding
--no-split
\
--no-validate
$<
-o
$@
##
## Check
...
...
@@ -249,3 +267,5 @@ clean distclean maintainer-clean:
rm
-f
INSTALL
HISTORY
regress_README
# XML
rm
-f
postgres.xml
htmlhelp.hhp
toc.hhc
index.hhk
# Texinfo
rm
-f
*.texixml
*.texi
*.info
db2texi.refs
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