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 d129255 commit 6e82501Copy full SHA for 6e82501
doc/src/Makefile
@@ -1,5 +1,5 @@
1
# Postgres documentation makefile
2
-# $PostgreSQL: pgsql/doc/src/Makefile,v 1.34 2008/11/14 10:22:45 petere Exp $
+# $PostgreSQL: pgsql/doc/src/Makefile,v 1.35 2008/11/14 10:43:59 petere Exp $
3
4
subdir = doc/src
5
top_builddir = ../..
@@ -9,10 +9,7 @@ clean distclean maintainer-clean:
9
rm -f *.tar *.gz
10
$(MAKE) -C sgml $@
11
12
-# Build twice to resolve index entries
13
postgres.tar:
14
- $(MAKE) -C sgml clean
15
- $(MAKE) -C sgml html
16
$(MAKE) -C sgml html JADEFLAGS='-V html-manifest'
17
cd sgml && $(TAR) -cf ../$@ `cat HTML.manifest` `echo *.gif | grep -v '\*'` *.css
18
0 commit comments