make site target for uploading html documentation

This commit is contained in:
dim 2007-12-08 20:19:32 +00:00
parent b367b562f1
commit 851eeaaac3

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 2007-12-03 10:10:00 dim Exp $
# $Id: Makefile,v 1.9 2007-12-08 20:19:32 dim Exp $
#
# Makefile for debian packaging purpose, make install not intended to work.
@ -33,6 +33,9 @@ install:
html: $(DOCS)
asciidoc -a toc $<
site: html
scp ${DOCS:.txt=.html} cvs.pgfoundry.org:htdocs
pgloader.1.xml: $(DOCS)
asciidoc -d manpage -b docbook $<