We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentddb2d78 commit829cedcCopy full SHA for 829cedc
doc/src/Makefile
@@ -1,5 +1,5 @@
1
# Postgres documentation makefile
2
-# $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 $
3
4
subdir = doc/src
5
top_builddir = ../..
@@ -12,13 +12,13 @@ BOOKS = admin developer reference programmer tutorial user postgres
12
TARGETS=$(BOOKS:%=%.tar.$(ZIPSUFFIX))
13
14
.PRECIOUS:
15
-.PHONY: install all sources clean distclean
+.PHONY: install all sources clean distclean maintainer-clean
16
17
-install:
18
-$(MAKE) all
19
-(mv -f*.$(ZIPSUFFIX) ..)
+install: all
+cp -f*.$(ZIPSUFFIX) ..
20
21
cleandistcleanmaintainer-clean:
+rm -f*.tar*.$(ZIPSUFFIX)
22
$(MAKE) -C sgml$@
23
24
all:$(TARGETS)