1998-03-01 23:37:44 +03:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
#
|
2009-08-10 02:47:59 +04:00
|
|
|
# PostgreSQL documentation top-level makefile
|
1998-03-01 23:37:44 +03:00
|
|
|
#
|
|
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
|
|
#
|
2009-08-10 02:47:59 +04:00
|
|
|
# $PostgreSQL: pgsql/doc/Makefile,v 1.39 2009/08/09 22:47:59 petere Exp $
|
1998-03-01 23:37:44 +03:00
|
|
|
#
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2000-07-18 02:31:59 +04:00
|
|
|
subdir = doc
|
|
|
|
top_builddir = ..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
1998-03-01 23:37:44 +03:00
|
|
|
|
2009-08-10 02:47:59 +04:00
|
|
|
all distprep html man install installdirs uninstall clean distclean maintainer-clean:
|
2002-07-28 19:19:59 +04:00
|
|
|
$(MAKE) -C src $@
|