From 42faac6ad0c428788a4431521749136fe42018ee Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 30 Dec 2002 13:05:10 +0000 Subject: [PATCH] *** empty log message *** --- doc/Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 7f16b231e58..2adc837ef24 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -20,10 +20,16 @@ DOC=manual DEBIANDOC2PS= debiandoc2ps DEBIANDOC2PDF= debiandoc2pdf +DEBIANDOC2HTML= debiandoc2html -OPTIONS=-lfr_FR.ISO8859-1 -pa4 +OPTIONS=-v -lfr_FR.ISO8859-1 -pa4 -all: $(DOC).ps $(DOC).pdf +RSYNC=/usr/bin/rsync +ROPT=-av +RSSH=-e ssh + + +all: $(DOC).ps $(DOC).pdf $(DOC).html %.ps: %.sgml @@ -32,5 +38,11 @@ all: $(DOC).ps $(DOC).pdf %.pdf: %.sgml $(DEBIANDOC2PDF) $(OPTIONS) $< +%.html: %.sgml + $(DEBIANDOC2HTML) $(OPTIONS) $< + +put: + $(RSYNC) $(ROPT) $(RSSH) manual.html/* deb:/home/www/rodolphe.quiedeville.org/htdocs/projets/dolibarr/doc + clean: rm -f *pdf *ps \ No newline at end of file