diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-05-12 11:33:10 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-05-12 11:33:10 +0000 |
| commit | 395d1259ad7481ef19c1d425ba399c861c667129 (patch) | |
| tree | 5680b4f495551dc16ef0ff09acfe91ce086c6cbe /src/bin/psql | |
| parent | 561afa534d0ee9ae8db19a3132a2185ba930c0e6 (diff) | |
Add PGFILEDESC description to Makefiles for all /contrib executables.
Add PGAPPICON to all executable makefiles.
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile index 7020befb705..80e2daba131 100644 --- a/src/bin/psql/Makefile +++ b/src/bin/psql/Makefile @@ -5,12 +5,13 @@ # Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.68 2010/01/02 16:57:59 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.69 2010/05/12 11:33:10 momjian Exp $ # #------------------------------------------------------------------------- PGFILEDESC = "psql - the PostgreSQL interactive terminal" PGAPPICON=win32 + subdir = src/bin/psql top_builddir = ../../.. include $(top_builddir)/src/Makefile.global |
