File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.23 2001/09/30 16:01:12 petere Exp $
2
+ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.24 2001/09/30 19:09:57 momjian Exp $
3
3
4
4
subdir = doc/src
5
5
top_builddir = ../..
@@ -36,8 +36,8 @@ $(addsuffix .tar, $(BOOKS)):
36
36
$(MAKE ) -C sgml clean
37
37
$(MAKE ) -C sgml $(basename $@ ) .html
38
38
$(MAKE ) -C sgml $(basename $@ ) .html JADEFLAGS=' -V html-manifest'
39
- cd sgml && $(TAR ) -c -f ../$@ -T HTML.manifest ` echo * .gif | grep -v ' \*' ` * .css
39
+ cd sgml && $(TAR ) -cf ../$@ -T HTML.manifest ` echo * .gif | grep -v ' \*' ` * .css
40
40
41
41
man.tar :
42
42
$(MAKE ) -C sgml man
43
- $(TAR ) -c -f $@ -C sgml man1 man$(sqlmansect_dummy )
43
+ $(TAR ) -cf $@ -C sgml man1 man$(sqlmansect_dummy )
You can’t perform that action at this time.
0 commit comments