From f9365c0b4efffa11c01c8daab7548c2f10d88ccf Mon Sep 17 00:00:00 2001 From: aph Date: Sun, 29 Feb 2004 19:08:54 +0000 Subject: [PATCH] enable french build git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2494 313b444b-1b9f-4f58-a734-7bb04f332e8d --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ba1c34d..b08e660 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ # Makefile, used for the DDP manuals.sgml area MANUAL := $(notdir $(shell pwd)) -PUBLISHDIR := /org/www.debian.org/www/doc/manuals +PUBLISHDIR := /org/www.debian.org/www/doc/manuals SOURCES := $(wildcard *.sgml) TARGETS := $(foreach fmt,html txt pdf,developers-reference.$(fmt)) \ $(filter-out developers-reference.ja.pdf, \ - $(foreach langext,.ja, \ + $(foreach langext,.ja .fr, \ $(foreach fmt,html txt pdf,developers-reference$(langext).$(fmt)))) # programs for creating output -- 2.30.2