mirror of https://github.com/postgres/postgres
Define PGDOC to use POSTGRESDIR by default.
Can be set to something else in Makefile.custom if necessary.
This commit is contained in:
parent
3af1cc6755
commit
3d96825bb1
|
@ -8,11 +8,11 @@
|
|||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.8 1998/04/27 14:41:50 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.9 1998/05/29 13:14:25 thomas Exp $
|
||||
#
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
PGDOCS= /home/projects/pgsql/ftp/www/html/docs2
|
||||
PGDOCS= $(POSTGRESDIR)/doc
|
||||
SRCDIR= ../src
|
||||
|
||||
TAR= tar
|
||||
|
|
Loading…
Reference in New Issue