blob: a75fb5fdaa77f261e9419acf879710b9075553e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#----------------------------------------------------------------------------
#
# Postgres-XC documentation tool makefile
#
# Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation
#
# doc-xc/Makefile
#
#----------------------------------------------------------------------------
subdir = src/pgxc
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = bin tools
$(recurse)
|