chiark / gitweb /
enable french build
authoraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 29 Feb 2004 19:08:54 +0000 (19:08 +0000)
committeraph <aph@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 29 Feb 2004 19:08:54 +0000 (19:08 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2494 313b444b-1b9f-4f58-a734-7bb04f332e8d

Makefile

index ba1c34d6c428089e53d801f18ceb1756a83a92eb..b08e660270d976828a9a067ed1539c1be0d4a34b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
 # Makefile, used for the DDP manuals.sgml area
 
 MANUAL         := $(notdir $(shell pwd))
 # 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, \
 
 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
                         $(foreach fmt,html txt pdf,developers-reference$(langext).$(fmt))))
 
 # programs for creating output