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
96063da9
Commit
96063da9
authored
Jun 10, 2008
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make XML building work silently on VPATH builds (untested on regular builds).
parent
0b510ad9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/Makefile
doc/src/sgml/Makefile
+2
-2
No files found.
doc/src/sgml/Makefile
View file @
96063da9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
#
# PostgreSQL documentation makefile
# PostgreSQL documentation makefile
#
#
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.10
5 2007/12/15 10:28:21 momjian
Exp $
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.10
6 2008/06/10 00:19:32 alvherre
Exp $
#
#
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
...
@@ -224,7 +224,7 @@ OSX = osx # (may be called sx or sgml2xml on some systems)
...
@@ -224,7 +224,7 @@ OSX = osx # (may be called sx or sgml2xml on some systems)
XSLTPROC
=
xsltproc
XSLTPROC
=
xsltproc
postgres.xml
:
postgres.sgml $(GENERATED_SGML)
postgres.xml
:
postgres.sgml $(GENERATED_SGML)
$(OSX)
-x
lower
$<
|
\
$(OSX)
-
D
.
-
x
lower
$<
|
\
sed
-e
's/\[\(amp\|copy\|egrave\|gt\|lt\|mdash\|nbsp\|ouml\|pi\|quot\|uuml\) *\]/\&\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">'
\
-e
'1a\'
-e
'<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">'
\
>
$@
>
$@
...
...
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