diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-09-01 22:02:44 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-09-01 22:02:44 +0000 |
commit | ce128c01a69280c27813dd692d3cfcf23e1eae36 (patch) | |
tree | 3c1d86e478f12d1a4d93480fdaee9d9442c5a3bd | |
parent | e32a2ec68e98bedcb4e26c0e32080d1eb14e5608 (diff) | |
download | postgresql-ce128c01a69280c27813dd692d3cfcf23e1eae36.tar.gz postgresql-ce128c01a69280c27813dd692d3cfcf23e1eae36.zip |
Correct comment about why contrib/xml2 isn't built automatically.
-rw-r--r-- | contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index cec541490f3..73671634406 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.60 2005/07/29 19:38:21 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.61 2005/09/01 22:02:44 tgl Exp $ subdir = contrib top_builddir = .. @@ -39,7 +39,7 @@ WANTED_DIRS = \ # mac \ (does not have a makefile) # oracle \ (does not have a makefile) # start-scripts \ (does not have a makefile) -# xml2 \ (non-standard makefile) +# xml2 \ (requires libxml installed) all install installdirs uninstall clean distclean maintainer-clean: |