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