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
7de38696
Commit
7de38696
authored
Jun 12, 2010
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add target to build HTML documentation as single page
parent
c86efdde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
doc/src/sgml/Makefile
doc/src/sgml/Makefile
+7
-1
doc/src/sgml/docguide.sgml
doc/src/sgml/docguide.sgml
+8
-1
No files found.
doc/src/sgml/Makefile
View file @
7de38696
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
#
# PostgreSQL documentation makefile
# PostgreSQL documentation makefile
#
#
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.14
3 2010/05/13 11:49:47
petere Exp $
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.14
4 2010/06/12 09:55:12
petere Exp $
#
#
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
...
@@ -104,6 +104,10 @@ html-stamp: postgres.sgml $(ALLSGML) stylesheet.dsl
...
@@ -104,6 +104,10 @@ html-stamp: postgres.sgml $(ALLSGML) stylesheet.dsl
cp
$(srcdir)
/stylesheet.css html/
cp
$(srcdir)
/stylesheet.css html/
touch
$@
touch
$@
# single-page HTML
postgres.html
:
postgres.sgml $(ALLSGML) stylesheet.dsl
$(JADE.html.call)
-V
nochunks
-V
rootchunk
-V
'(define %root-filename% #f)'
-V
'(define use-output-dir #f)'
-i
include-index
$<
HTML.index
:
postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl
HTML.index
:
postgres.sgml $(ALMOSTALLSGML) stylesheet.dsl
@
$(MKDIR_P)
html
@
$(MKDIR_P)
html
$(JADE.html.call)
-V
html-index
$<
$(JADE.html.call)
-V
html-index
$<
...
@@ -351,6 +355,8 @@ clean:
...
@@ -351,6 +355,8 @@ clean:
# text --- these are shipped, but not in this directory
# text --- these are shipped, but not in this directory
rm
-f
INSTALL
HISTORY
regress_README
rm
-f
INSTALL
HISTORY
regress_README
rm
-f
INSTALL.html
HISTORY.html
regress_README.html
rm
-f
INSTALL.html
HISTORY.html
regress_README.html
# other HTML
rm
-f
postgres.html
# print
# print
rm
-f
*.rtf
*.tex-ps
*.tex-pdf
*.dvi
*.aux
*.log
*.ps
*.pdf
*.out
*.fot
rm
-f
*.rtf
*.tex-ps
*.tex-pdf
*.dvi
*.aux
*.log
*.ps
*.pdf
*.out
*.fot
# index
# index
...
...
doc/src/sgml/docguide.sgml
View file @
7de38696
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.8
4 2010/05/31 22:42:59 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.8
5 2010/06/12 09:55:12 petere
Exp $ -->
<appendix id="docguide">
<appendix id="docguide">
<title>Documentation</title>
<title>Documentation</title>
...
@@ -564,6 +564,13 @@ checking for osx... osx
...
@@ -564,6 +564,13 @@ checking for osx... osx
proof-read the output, use <literal>draft</>:
proof-read the output, use <literal>draft</>:
<screen>
<screen>
<prompt>doc/src/sgml$ </prompt><userinput>gmake draft</userinput>
<prompt>doc/src/sgml$ </prompt><userinput>gmake draft</userinput>
</screen>
</para>
<para>
To build the documentation as a single HTML page, use:
<screen>
<prompt>doc/src/sgml$ </prompt><userinput>gmake postgres.html</userinput>
</screen>
</screen>
</para>
</para>
</sect2>
</sect2>
...
...
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