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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy