1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Move new version of contrib/ xml into xml2, keep old version in /xml.

This commit is contained in:
Bruce Momjian
2004-03-05 03:57:58 +00:00
parent adca025c9e
commit 31f4b59a46
11 changed files with 751 additions and 0 deletions

View File

@ -1,18 +0,0 @@
# This makefile will build the new XML and XSLT routines.
subdir = contrib/xml
top_builddir = ../../
include $(top_builddir)/src/Makefile.global
MODULE_big = pgxml
# Remove xslt_proc.o from the following line if you don't have libxslt
OBJS = xpath.o xslt_proc.o
# Remove -lxslt from the following line if you don't have libxslt.
SHLIB_LINK = -lxml2 -lxslt
DATA_built = pgxml.sql
DOCS = README.pgxml
include $(top_builddir)contrib/contrib-global.mk