mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
make site target for uploading html documentation
This commit is contained in:
parent
b367b562f1
commit
851eeaaac3
5
Makefile
5
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 $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user