|
|
|
@ -1,6 +1,7 @@ |
|
|
|
# Postgres documentation makefile
|
|
|
|
# Postgres documentation makefile
|
|
|
|
# Thomas Lockhart
|
|
|
|
# Thomas Lockhart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Not yet generated from configure, so use relative path names for now...
|
|
|
|
PGDOCS= ..
|
|
|
|
PGDOCS= ..
|
|
|
|
SRCDIR= ../../src
|
|
|
|
SRCDIR= ../../src
|
|
|
|
|
|
|
|
|
|
|
|
@ -70,6 +71,10 @@ user.tar: |
|
|
|
$(MAKE) -C sgml user.html
|
|
|
|
$(MAKE) -C sgml user.html
|
|
|
|
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm)
|
|
|
|
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
man.tar: |
|
|
|
|
|
|
|
$(MAKE) -C sgml man1 manl
|
|
|
|
|
|
|
|
$(TAR) -cf $@ -C sgml man1 manl
|
|
|
|
|
|
|
|
|
|
|
|
# Generic production rules
|
|
|
|
# Generic production rules
|
|
|
|
|
|
|
|
|
|
|
|
# Compressed file
|
|
|
|
# Compressed file
|
|
|
|
|