mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 14:47:34 +08: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 $@
|