Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d6077 commit b600319Copy full SHA for b600319
doc/src/Makefile
@@ -1,5 +1,5 @@
1
# Postgres documentation makefile
2
-# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.22 2001/09/18 12:08:26 petere Exp $
+# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.23 2001/09/30 16:01:12 petere Exp $
3
4
subdir = doc/src
5
top_builddir = ../..
@@ -36,7 +36,7 @@ $(addsuffix .tar, $(BOOKS)):
36
$(MAKE) -C sgml clean
37
$(MAKE) -C sgml $(basename $@).html
38
$(MAKE) -C sgml $(basename $@).html JADEFLAGS='-V html-manifest'
39
- cd sgml && $(TAR) -c -f ../$@ -T HTML.manifest *.gif *.css
+ cd sgml && $(TAR) -c -f ../$@ -T HTML.manifest `echo *.gif | grep -v '\*'` *.css
40
41
man.tar:
42
$(MAKE) -C sgml man
0 commit comments