From 96430f86db781829e975f4700e938cccabd39d31 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Jun 2003 23:28:37 +0000 Subject: [PATCH] modif dependances --- doc/user/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/Makefile b/doc/user/Makefile index 3f07b3e47e6..20c2f1d9c1a 100644 --- a/doc/user/Makefile +++ b/doc/user/Makefile @@ -38,17 +38,17 @@ all: $(DOC).pdf $(DOC).html %.tex: %.sgml $(FRPAGES) $(DEBIANDOC2LATEX) $(HOPTIONS) $< -%.ps: %.sgml $(FRPAGES) +%.ps: $(FRPAGES) $(DEBIANDOC2PS) $(OPTIONS) $< -%.pdf: %.sgml +%.pdf: $(FRPAGES) $(DEBIANDOC2PDF) $(OPTIONS) $< -%.html: %.sgml $(FRPAGES) +%.html: $(FRPAGES) $(DEBIANDOC2HTML) $(HOPTIONS) $< put: - $(RSYNC) $(ROPT) $(RSSH) dolibarr-user.html rodolphe.quiedeville.org:/home/www/rodolphe.quiedeville.org/htdocs/projets/dolibarr/doc + $(RSYNC) $(ROPT) $(RSSH) *pdf dolibarr-user.html rodolphe.quiedeville.org:/home/www/rodolphe.quiedeville.org/htdocs/projets/dolibarr/doc clean: rm -f *pdf *ps *out *tpt \ No newline at end of file