Commit e7bbf4bc authored by Bruce Momjian's avatar Bruce Momjian

Change tar -c -f to -cf for BSD tar.

parent a2727d29
# Postgres documentation makefile # Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.23 2001/09/30 16:01:12 petere Exp $ # $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.24 2001/09/30 19:09:57 momjian Exp $
subdir = doc/src subdir = doc/src
top_builddir = ../.. top_builddir = ../..
...@@ -36,8 +36,8 @@ $(addsuffix .tar, $(BOOKS)): ...@@ -36,8 +36,8 @@ $(addsuffix .tar, $(BOOKS)):
$(MAKE) -C sgml clean $(MAKE) -C sgml clean
$(MAKE) -C sgml $(basename $@).html $(MAKE) -C sgml $(basename $@).html
$(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest' $(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest'
cd sgml && $(TAR) -c -f ../$@ -T HTML.manifest `echo *.gif | grep -v '\*'` *.css cd sgml && $(TAR) -cf ../$@ -T HTML.manifest `echo *.gif | grep -v '\*'` *.css
man.tar: man.tar:
$(MAKE) -C sgml man $(MAKE) -C sgml man
$(TAR) -c -f $@ -C sgml man1 man$(sqlmansect_dummy) $(TAR) -cf $@ -C sgml man1 man$(sqlmansect_dummy)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment