mirror of
https://gitee.com/he3db/he3pg.git
synced 2024-11-30 03:07:37 +08:00
17 lines
469 B
Makefile
17 lines
469 B
Makefile
|
#----------------------------------------------------------------------------
|
||
|
#
|
||
|
# PostgreSQL documentation top-level makefile
|
||
|
#
|
||
|
# Copyright (c) 1994, Regents of the University of California
|
||
|
#
|
||
|
# doc/Makefile
|
||
|
#
|
||
|
#----------------------------------------------------------------------------
|
||
|
|
||
|
subdir = doc
|
||
|
top_builddir = ..
|
||
|
include $(top_builddir)/src/Makefile.global
|
||
|
|
||
|
all distprep html man install installdirs uninstall clean distclean maintainer-clean:
|
||
|
$(MAKE) -C src $@
|