mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 00:01:45 -04:00
9 lines
209 B
Makefile
9 lines
209 B
Makefile
# doc/src/Makefile
|
|
|
|
subdir = doc/src
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
all distprep html man install installdirs uninstall clean distclean maintainer-clean:
|
|
$(MAKE) -C sgml $@
|