Skip to content
Snippets Groups Projects
Commit b02c56f5 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Clean documentation subtree during make clean.

parent b0c3c48e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#
# 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
endif
clean:
clean distclean maintainer-clean:
rm -rf man1/ man$(sqlmansectnum)/ man$(sqlmansect_dummy)/
distclean maintainer-clean: clean
$(MAKE) -C src $@
# 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
top_builddir = ../..
......@@ -18,11 +18,8 @@ install:
$(MAKE) all
(mv -f *.$(ZIPSUFFIX) ..)
clean:
$(MAKE) -C sgml clean
distclean:
$(MAKE) -C sgml distclean
clean distclean maintainer-clean:
$(MAKE) -C sgml $@
all: $(TARGETS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment