File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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 $
3
3
4
4
subdir = doc/src
5
5
top_builddir = ../..
@@ -12,13 +12,13 @@ BOOKS = admin developer reference programmer tutorial user postgres
12
12
TARGETS = $(BOOKS:%=%.tar.$(ZIPSUFFIX ) )
13
13
14
14
.PRECIOUS :
15
- .PHONY : install all sources clean distclean
15
+ .PHONY : install all sources clean distclean maintainer-clean
16
16
17
- install :
18
- $(MAKE ) all
19
- (mv -f * .$( ZIPSUFFIX) ..)
17
+ install : all
18
+ cp -f * .$(ZIPSUFFIX ) ..
20
19
21
20
clean distclean maintainer-clean :
21
+ rm -f * .tar * .$(ZIPSUFFIX )
22
22
$(MAKE ) -C sgml $@
23
23
24
24
all : $(TARGETS )
You can’t perform that action at this time.
0 commit comments