*** empty log message ***
This commit is contained in:
parent
42faac6ad0
commit
a872bf9b29
@ -23,23 +23,25 @@ DEBIANDOC2PDF= debiandoc2pdf
|
|||||||
DEBIANDOC2HTML= debiandoc2html
|
DEBIANDOC2HTML= debiandoc2html
|
||||||
|
|
||||||
OPTIONS=-v -lfr_FR.ISO8859-1 -pa4
|
OPTIONS=-v -lfr_FR.ISO8859-1 -pa4
|
||||||
|
HOPTIONS=-lfr_FR.ISO8859-1
|
||||||
|
|
||||||
RSYNC=/usr/bin/rsync
|
RSYNC=/usr/bin/rsync
|
||||||
ROPT=-av
|
ROPT=-av
|
||||||
RSSH=-e ssh
|
RSSH=-e ssh
|
||||||
|
|
||||||
|
FRPAGES = $(shell find * -regex '.*\.sgml' -print )
|
||||||
|
|
||||||
all: $(DOC).ps $(DOC).pdf $(DOC).html
|
all: $(DOC).ps $(DOC).pdf $(DOC).html
|
||||||
|
|
||||||
|
|
||||||
%.ps: %.sgml
|
%.ps: %.sgml $(FRPAGES)
|
||||||
$(DEBIANDOC2PS) $(OPTIONS) $<
|
$(DEBIANDOC2PS) $(OPTIONS) $<
|
||||||
|
|
||||||
%.pdf: %.sgml
|
%.pdf: %.sgml
|
||||||
$(DEBIANDOC2PDF) $(OPTIONS) $<
|
$(DEBIANDOC2PDF) $(OPTIONS) $<
|
||||||
|
|
||||||
%.html: %.sgml
|
%.html: %.sgml $(FRPAGES)
|
||||||
$(DEBIANDOC2HTML) $(OPTIONS) $<
|
$(DEBIANDOC2HTML) $(HOPTIONS) $<
|
||||||
|
|
||||||
put:
|
put:
|
||||||
$(RSYNC) $(ROPT) $(RSSH) manual.html/* deb:/home/www/rodolphe.quiedeville.org/htdocs/projets/dolibarr/doc
|
$(RSYNC) $(ROPT) $(RSSH) manual.html/* deb:/home/www/rodolphe.quiedeville.org/htdocs/projets/dolibarr/doc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user