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
b67e7bb1
Commit
b67e7bb1
authored
Mar 25, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow building documentation outside source tree.
from Ian Lance Taylor
parent
00713cb7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/src/Makefile
doc/src/Makefile
+4
-4
doc/src/sgml/Makefile
doc/src/sgml/Makefile
+2
-2
No files found.
doc/src/Makefile
View file @
b67e7bb1
# Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.1
6 2001/02/17 16:47:57 tgl
Exp $
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.1
7 2001/03/25 08:32:24 petere
Exp $
subdir
=
doc/src
top_builddir
=
../..
...
...
@@ -43,17 +43,17 @@ admin.tar developer.tar reference.tar user.tar:
programmer.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml programmer.html
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
-C
..
/graphics catalogs.gif connections.gif
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
-C
`
cd
$(srcdir)
&&
pwd
`
/graphics catalogs.gif connections.gif
tutorial.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml tutorial.html
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
-C
..
/graphics clientserver.gif
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
-C
`
cd
$(srcdir)
&&
pwd
`
/graphics clientserver.gif
postgres.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml postgres.html
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
-C
..
/graphics catalogs.gif clientserver.gif connections.gif
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
-C
`
cd
$(srcdir)
&&
pwd
`
/graphics catalogs.gif clientserver.gif connections.gif
man.tar
:
$(MAKE)
-C
sgml man
...
...
doc/src/sgml/Makefile
View file @
b67e7bb1
...
...
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.3
4 2001/03/10 16:05:35
petere Exp $
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.3
5 2001/03/25 08:32:24
petere Exp $
#
#----------------------------------------------------------------------------
...
...
@@ -26,7 +26,7 @@ endif
ifndef
JADE
JADE
=
jade
endif
SGMLINCLUDE
=
-D
ref
-D
../graphics
SGMLINCLUDE
=
-D
$(srcdir)
-D
$(srcdir)
/ref
-D
$(srcdir)
/
../graphics
ifndef
NSGMLS
NSGMLS
=
nsgmls
...
...
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