Commit 9dab7287 authored by Bruce Momjian's avatar Bruce Momjian

Update to pgaccess 0.98.

parent 987026c9
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.58 1999/09/09 19:39:00 momjian Exp $ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.59 1999/10/31 19:50:46 momjian Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -145,6 +145,7 @@ endif ...@@ -145,6 +145,7 @@ endif
# #
USE_TCL= @USE_TCL@ USE_TCL= @USE_TCL@
USE_TK= @USE_TK@ USE_TK= @USE_TK@
WISH= @wish@
USE_PERL= @USE_PERL@ USE_PERL= @USE_PERL@
PERL=perl PERL=perl
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile.in,v 1.2 1999/10/31 12:23:41 momjian Exp $ # $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.7 1999/10/31 19:50:47 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global ...@@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global
all: pgaccess all: pgaccess
pgaccess: pgaccess.sh pgaccess: pgaccess.sh
sed -e 's;__wish__;@wish@;' pgaccess.sh | \ sed -e 's;__wish__;$(WISH);' pgaccess.sh | \
sed -e 's;__POSTGRESDIR__;$(POSTGRESDIR);' \ sed -e 's;__POSTGRESDIR__;$(POSTGRESDIR);' \
> pgaccess > pgaccess
...@@ -30,6 +30,8 @@ install: ...@@ -30,6 +30,8 @@ install:
$(INSTALL) $(INSTLOPTS) lib/help/*.hlp $(POSTGRESDIR)/pgaccess/lib/help $(INSTALL) $(INSTLOPTS) lib/help/*.hlp $(POSTGRESDIR)/pgaccess/lib/help
@if [ ! -d $(POSTGRESDIR)/pgaccess/lib/languages ]; then mkdir $(POSTGRESDIR)/pgaccess/lib/languages; fi @if [ ! -d $(POSTGRESDIR)/pgaccess/lib/languages ]; then mkdir $(POSTGRESDIR)/pgaccess/lib/languages; fi
$(INSTALL) $(INSTLOPTS) lib/languages/[a-z]* $(POSTGRESDIR)/pgaccess/lib/languages $(INSTALL) $(INSTLOPTS) lib/languages/[a-z]* $(POSTGRESDIR)/pgaccess/lib/languages
@if [ ! -d $(POSTGRESDIR)/pgaccess/images ]; then mkdir $(POSTGRESDIR)/pgaccess/images; fi
$(INSTALL) $(INSTLOPTS) images/*.gif $(POSTGRESDIR)/pgaccess/images
clean: clean:
rm -f pgaccess rm -f pgaccess
...@@ -1214,7 +1214,6 @@ AC_OUTPUT( ...@@ -1214,7 +1214,6 @@ AC_OUTPUT(
backend/utils/Gen_fmgrtab.sh backend/utils/Gen_fmgrtab.sh
bin/pg_dump/Makefile bin/pg_dump/Makefile
bin/pg_version/Makefile bin/pg_version/Makefile
bin/pgaccess/Makefile
bin/pgtclsh/mkMakefile.tcldefs.sh bin/pgtclsh/mkMakefile.tcldefs.sh
bin/pgtclsh/mkMakefile.tkdefs.sh bin/pgtclsh/mkMakefile.tkdefs.sh
bin/psql/Makefile bin/psql/Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment