Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3d96825

Browse files
author
Thomas G. Lockhart
committed
Define PGDOC to use POSTGRESDIR by default.
Can be set to something else in Makefile.custom if necessary.
1 parent 3af1cc6 commit 3d96825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.8 1998/04/27 14:41:50 scrappy Exp $
11+
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.9 1998/05/29 13:14:25 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

15-
PGDOCS= /home/projects/pgsql/ftp/www/html/docs2
15+
PGDOCS= $(POSTGRESDIR)/doc
1616
SRCDIR= ../src
1717

1818
TAR= tar

0 commit comments

Comments
 (0)