From 851eeaaac3b00cc74b065e91e17d08e8a9548fe5 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 8 Dec 2007 20:19:32 +0000 Subject: [PATCH] make site target for uploading html documentation --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08ca1cd..a63219e 100644 --- a/Makefile +++ b/Makefile @@ -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 $<