提交 b02c56f5 编写于 作者: P Peter Eisentraut

Clean documentation subtree during make clean.

上级 b0c3c48e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.22 2002/02/06 20:29:35 petere Exp $ # $Header: /cvsroot/pgsql/doc/Makefile,v 1.23 2002/07/28 15:19:59 petere Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
...@@ -97,7 +97,6 @@ ifdef found_man ...@@ -97,7 +97,6 @@ ifdef found_man
endif endif
clean: clean distclean maintainer-clean:
rm -rf man1/ man$(sqlmansectnum)/ man$(sqlmansect_dummy)/ rm -rf man1/ man$(sqlmansectnum)/ man$(sqlmansect_dummy)/
$(MAKE) -C src $@
distclean maintainer-clean: clean
# Postgres documentation makefile # Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.28 2001/11/25 22:17:27 petere Exp $ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.29 2002/07/28 15:19:59 petere Exp $
subdir = doc/src subdir = doc/src
top_builddir = ../.. top_builddir = ../..
...@@ -18,11 +18,8 @@ install: ...@@ -18,11 +18,8 @@ install:
$(MAKE) all $(MAKE) all
(mv -f *.$(ZIPSUFFIX) ..) (mv -f *.$(ZIPSUFFIX) ..)
clean: clean distclean maintainer-clean:
$(MAKE) -C sgml clean $(MAKE) -C sgml $@
distclean:
$(MAKE) -C sgml distclean
all: $(TARGETS) all: $(TARGETS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册