Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 829cedc

Browse files
committed
Make install and clean targets behave more normally.
1 parent ddb2d78 commit 829cedc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postgres documentation makefile
2-
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.29 2002/07/28 15:19:59 petere Exp $
2+
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.30 2002/11/30 00:22:39 tgl Exp $
33

44
subdir = doc/src
55
top_builddir = ../..
@@ -12,13 +12,13 @@ BOOKS = admin developer reference programmer tutorial user postgres
1212
TARGETS= $(BOOKS:%=%.tar.$(ZIPSUFFIX))
1313

1414
.PRECIOUS:
15-
.PHONY: install all sources clean distclean
15+
.PHONY: install all sources clean distclean maintainer-clean
1616

17-
install:
18-
$(MAKE) all
19-
(mv -f *.$(ZIPSUFFIX) ..)
17+
install: all
18+
cp -f *.$(ZIPSUFFIX) ..
2019

2120
clean distclean maintainer-clean:
21+
rm -f *.tar *.$(ZIPSUFFIX)
2222
$(MAKE) -C sgml $@
2323

2424
all: $(TARGETS)

0 commit comments

Comments
 (0)