Skip to content
Snippets Groups Projects
Commit 829cedc8 authored by Tom Lane's avatar Tom Lane
Browse files

Make install and clean targets behave more normally.

parent ddb2d78d
No related branches found
No related tags found
No related merge requests found
# Postgres documentation makefile # Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.29 2002/07/28 15:19:59 petere Exp $ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.30 2002/11/30 00:22:39 tgl Exp $
subdir = doc/src subdir = doc/src
top_builddir = ../.. top_builddir = ../..
...@@ -12,13 +12,13 @@ BOOKS = admin developer reference programmer tutorial user postgres ...@@ -12,13 +12,13 @@ BOOKS = admin developer reference programmer tutorial user postgres
TARGETS= $(BOOKS:%=%.tar.$(ZIPSUFFIX)) TARGETS= $(BOOKS:%=%.tar.$(ZIPSUFFIX))
.PRECIOUS: .PRECIOUS:
.PHONY: install all sources clean distclean .PHONY: install all sources clean distclean maintainer-clean
install: install: all
$(MAKE) all cp -f *.$(ZIPSUFFIX) ..
(mv -f *.$(ZIPSUFFIX) ..)
clean distclean maintainer-clean: clean distclean maintainer-clean:
rm -f *.tar *.$(ZIPSUFFIX)
$(MAKE) -C sgml $@ $(MAKE) -C sgml $@
all: $(TARGETS) all: $(TARGETS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment