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
|
|
|
|
#
|
2010-09-21 00:08:53 +04:00
|
|
|
# doc/Makefile
|
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
|
|
|
|
2011-03-28 23:53:55 +04:00
|
|
|
all distprep html man install installdirs uninstall clean distclean maintainer-clean maintainer-check:
|
2002-07-28 19:19:59 +04:00
|
|
|
$(MAKE) -C src $@
|