提交 85c2d1c4 编写于 作者: B Bruce Momjian

Change tar -T file to tar `cat file` for BSD tar.

上级 e7bbf4bc
# Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.24 2001/09/30 19:09:57 momjian Exp $
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.25 2001/09/30 19:18:29 momjian Exp $
subdir = doc/src
top_builddir = ../..
......@@ -36,7 +36,7 @@ $(addsuffix .tar, $(BOOKS)):
$(MAKE) -C sgml clean
$(MAKE) -C sgml $(basename $@).html
$(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest'
cd sgml && $(TAR) -cf ../$@ -T HTML.manifest `echo *.gif | grep -v '\*'` *.css
cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
man.tar:
$(MAKE) -C sgml man
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册