1998-03-01 20:37:44 +00:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
#
|
2009-08-09 22:47:59 +00:00
|
|
|
# PostgreSQL documentation top-level makefile
|
1998-03-01 20:37:44 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
|
|
#
|
2010-09-20 22:08:53 +02:00
|
|
|
# doc/Makefile
|
1998-03-01 20:37:44 +00:00
|
|
|
#
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2000-07-17 22:31:59 +00:00
|
|
|
subdir = doc
|
|
|
|
top_builddir = ..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
1998-03-01 20:37:44 +00:00
|
|
|
|
2011-03-28 22:53:55 +03:00
|
|
|
all distprep html man install installdirs uninstall clean distclean maintainer-clean maintainer-check:
|
2002-07-28 15:19:59 +00:00
|
|
|
$(MAKE) -C src $@
|