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
0cd5ce6b
Commit
0cd5ce6b
authored
Oct 12, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compute version number for docs on the fly.
parent
08028faa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
doc/src/sgml/Makefile
doc/src/sgml/Makefile
+11
-5
doc/src/sgml/version.sgml
doc/src/sgml/version.sgml
+0
-7
src/tools/RELEASE_CHANGES
src/tools/RELEASE_CHANGES
+0
-1
No files found.
doc/src/sgml/Makefile
View file @
0cd5ce6b
...
...
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.5
1 2002/08/05 19:43:30
petere Exp $
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.5
2 2002/10/12 16:34:28
petere Exp $
#
#----------------------------------------------------------------------------
...
...
@@ -52,7 +52,7 @@ vpath %.sgml ./ref
ALLBOOKS
=
admin developer programmer reference tutorial user
ALLSGML
:=
$(
wildcard
$(srcdir)
/
*
.sgml
$(srcdir)
/ref/
*
.sgml
)
bookindex.sgml setindex.sgml
ALLSGML
:=
$(
wildcard
$(srcdir)
/
*
.sgml
$(srcdir)
/ref/
*
.sgml
)
bookindex.sgml setindex.sgml
version.sgml
ifdef
DOCBOOKSTYLE
CATALOG
=
-c
$(DOCBOOKSTYLE)
/catalog
...
...
@@ -119,6 +119,12 @@ setindex.sgml: HTML.index
$(COLLATEINDEX)
-i
'setindex'
-x
-o
$@
$<
endif
version.sgml
:
$(top_builddir)/src/Makefile.global
{
\
echo
"<!entity version
\"
$(VERSION)
\"
>"
;
\
echo
"<!entity majorversion
\"
`
expr
$(VERSION)
:
'\([0-9][0-9]*\.[0-9][0-9]*\)'
`
\"
>"
;
\
}
>
$@
##
## Print
...
...
@@ -190,8 +196,8 @@ INSTALL HISTORY regress_README: % : %.html
echo
"| and put it in place of the existing '
$@
' file."
;
\
echo
"|"
INSTALL.html
:
standalone-install.sgml installation.sgml
$(JADE.text)
-V
nochunks
$+
>
$@
INSTALL.html
:
standalone-install.sgml installation.sgml
version.sgml
$(JADE.text)
-V
nochunks
standalone-install.sgml installation.sgml
>
$@
HISTORY.html
:
release.sgml
(
echo
'<!doctype appendix PUBLIC "-//OASIS//DTD DocBook V3.1//EN">'
;
\
...
...
@@ -233,4 +239,4 @@ clean distclean maintainer-clean:
# print
rm
-f
*.rtf
*.tex-ps
*.tex-pdf
*.dvi
*.aux
*.log
*.ps
*.pdf
*.out
*.eps
*.fot
# index
rm
-f
HTML.index
bookindex.sgml
setindex.sgml
rm
-f
HTML.index
bookindex.sgml
setindex.sgml
version.sgml
doc/src/sgml/version.sgml
deleted
100644 → 0
View file @
08028faa
<!--
Update this file to propagate correct current version numbers to the
documentation. In text, use for example &version; to refer to them.
-->
<!entity version "7.3">
<!entity majorversion "7.3">
src/tools/RELEASE_CHANGES
View file @
0cd5ce6b
* Version numbers
configure.in and configure
update version and perhaps majorversion in doc/src/sgml/version.sgml
bump interface version numbers
o src/interfaces/libpq/libpq.rc
o src/include/pg_config.h.win32
...
...
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