Skip to content

Commit 85c2d1c

Browse files
committed
Change tar -T file to tar cat file for BSD tar.
1 parent e7bbf4b commit 85c2d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postgres documentation makefile
2-
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.24 2001/09/30 19:09:57 momjian Exp $
2+
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.25 2001/09/30 19:18:29 momjian Exp $
33

44
subdir = doc/src
55
top_builddir = ../..
@@ -36,7 +36,7 @@ $(addsuffix .tar, $(BOOKS)):
3636
$(MAKE) -C sgml clean
3737
$(MAKE) -C sgml $(basename $@).html
3838
$(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest'
39-
cd sgml && $(TAR) -cf ../$@ -T HTML.manifest `echo *.gif | grep -v '\*'` *.css
39+
cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
4040

4141
man.tar:
4242
$(MAKE) -C sgml man

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy