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