Index: src/backend/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/backend/Makefile,v
retrieving revision 1.106
diff -c -r1.106 Makefile
*** src/backend/Makefile	5 Oct 2004 19:30:20 -0000	1.106
--- src/backend/Makefile	6 Oct 2004 14:11:20 -0000
***************
*** 8,14 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "PostgreSQL Database Backend"
  subdir = src/backend
  top_builddir = ../..
  include $(top_builddir)/src/Makefile.global
--- 8,14 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"PostgreSQL Database Backend\"
  subdir = src/backend
  top_builddir = ../..
  include $(top_builddir)/src/Makefile.global
Index: src/bin/initdb/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/initdb/Makefile,v
retrieving revision 1.47
diff -c -r1.47 Makefile
*** src/bin/initdb/Makefile	5 Oct 2004 19:30:21 -0000	1.47
--- src/bin/initdb/Makefile	6 Oct 2004 14:11:21 -0000
***************
*** 9,15 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "initdb - initialize a new database cluster"
  subdir = src/bin/initdb
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
--- 9,15 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"initdb - initialize a new database cluster\"
  subdir = src/bin/initdb
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
Index: src/bin/pg_controldata/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/pg_controldata/Makefile,v
retrieving revision 1.11
diff -c -r1.11 Makefile
*** src/bin/pg_controldata/Makefile	5 Oct 2004 19:30:21 -0000	1.11
--- src/bin/pg_controldata/Makefile	6 Oct 2004 14:11:21 -0000
***************
*** 8,14 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "pg_controldata - reads the data from pg_control"
  subdir = src/bin/pg_controldata
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
--- 8,14 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"pg_controldata - reads the data from pg_control\"
  subdir = src/bin/pg_controldata
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
Index: src/bin/pg_ctl/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/pg_ctl/Makefile,v
retrieving revision 1.18
diff -c -r1.18 Makefile
*** src/bin/pg_ctl/Makefile	5 Oct 2004 19:30:22 -0000	1.18
--- src/bin/pg_ctl/Makefile	6 Oct 2004 14:11:21 -0000
***************
*** 9,15 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "pg_ctl - starts/stops/restarts the PostgreSQL server"
  subdir = src/bin/pg_ctl
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
--- 9,15 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"pg_ctl - starts/stops/restarts the PostgreSQL server\"
  subdir = src/bin/pg_ctl
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
Index: src/bin/pg_dump/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/pg_dump/Makefile,v
retrieving revision 1.56
diff -c -r1.56 Makefile
*** src/bin/pg_dump/Makefile	5 Oct 2004 19:30:23 -0000	1.56
--- src/bin/pg_dump/Makefile	6 Oct 2004 14:11:21 -0000
***************
*** 9,15 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "pg_dump/pg_restore/pg_dumpall - backup and restore PostgreSQL databases"
  subdir = src/bin/pg_dump
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
--- 9,15 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"pg_dump/pg_restore/pg_dumpall - backup and restore PostgreSQL databases\"
  subdir = src/bin/pg_dump
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
Index: src/bin/pg_resetxlog/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/pg_resetxlog/Makefile,v
retrieving revision 1.13
diff -c -r1.13 Makefile
*** src/bin/pg_resetxlog/Makefile	5 Oct 2004 19:30:23 -0000	1.13
--- src/bin/pg_resetxlog/Makefile	6 Oct 2004 14:11:21 -0000
***************
*** 8,14 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "pg_resetxlog - reset PostgreSQL WAL log"
  subdir = src/bin/pg_resetxlog
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
--- 8,14 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"pg_resetxlog - reset PostgreSQL WAL log\"
  subdir = src/bin/pg_resetxlog
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
Index: src/bin/pgevent/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/pgevent/Makefile,v
retrieving revision 1.3
diff -c -r1.3 Makefile
*** src/bin/pgevent/Makefile	5 Oct 2004 19:30:24 -0000	1.3
--- src/bin/pgevent/Makefile	6 Oct 2004 14:11:21 -0000
***************
*** 6,12 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "Eventlog message formatter"
  PGFILESHLIB = 1
  subdir = src/bin/pgevent
  top_builddir = ../../..
--- 6,12 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"Eventlog message formatter\"
  PGFILESHLIB = 1
  subdir = src/bin/pgevent
  top_builddir = ../../..
Index: src/bin/psql/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/psql/Makefile,v
retrieving revision 1.51
diff -c -r1.51 Makefile
*** src/bin/psql/Makefile	5 Oct 2004 19:30:24 -0000	1.51
--- src/bin/psql/Makefile	6 Oct 2004 14:11:22 -0000
***************
*** 9,15 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "psql - the PostgreSQL interactive terminal"
  PGAPPICON=win32
  subdir = src/bin/psql
  top_builddir = ../../..
--- 9,15 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"psql - the PostgreSQL interactive terminal\"
  PGAPPICON=win32
  subdir = src/bin/psql
  top_builddir = ../../..
Index: src/bin/scripts/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/scripts/Makefile,v
retrieving revision 1.31
diff -c -r1.31 Makefile
*** src/bin/scripts/Makefile	5 Oct 2004 19:30:25 -0000	1.31
--- src/bin/scripts/Makefile	6 Oct 2004 14:11:22 -0000
***************
*** 9,15 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "PostgreSQL utility"
  subdir = src/bin/scripts
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
--- 9,15 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"PostgreSQL utility\"
  subdir = src/bin/scripts
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
Index: src/interfaces/ecpg/preproc/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/interfaces/ecpg/preproc/Makefile,v
retrieving revision 1.109
diff -c -r1.109 Makefile
*** src/interfaces/ecpg/preproc/Makefile	5 Oct 2004 19:30:25 -0000	1.109
--- src/interfaces/ecpg/preproc/Makefile	6 Oct 2004 14:11:22 -0000
***************
*** 8,14 ****
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = "ecpg - embedded SQL precompiler for C"
  subdir = src/interfaces/ecpg/preproc
  top_builddir = ../../../..
  include $(top_builddir)/src/Makefile.global
--- 8,14 ----
  #
  #-------------------------------------------------------------------------
  
! PGFILEDESC = \"ecpg - embedded SQL precompiler for C\"
  subdir = src/interfaces/ecpg/preproc
  top_builddir = ../../../..
  include $(top_builddir)/src/Makefile.global

