chiark / gitweb /
japanese translation is way outdated, need to remove it
authoraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 16 Dec 2006 15:58:16 +0000 (15:58 +0000)
committeraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 16 Dec 2006 15:58:16 +0000 (15:58 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@4029 313b444b-1b9f-4f58-a734-7bb04f332e8d

Makefile

index 386e674d1e18d73d00aa5a96c10484d2b74e3b67..97232a96ce0938ddf941abd0f819258e2aae0aea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PUBLISHDIR      := /org/www.debian.org/www/doc/manuals
 
 SOURCES                := $(wildcard *.sgml)
 
-LANGS           := fr ja
+LANGS           := fr
 TARGETS                := $(foreach fmt,html txt pdf,developers-reference.$(fmt)) \
                     $(foreach langext,$(LANGS), \
                       $(foreach fmt,html txt pdf,developers-reference.$(langext).$(fmt)))
@@ -26,7 +26,11 @@ install_file := install -m 644 -p
 MAX_TEX_RECURSION := 5
 
 .PHONY:        all dropold
-all:    $(TARGETS)
+all:    $(TARGETS) dropold
+
+dropold:
+       -rm -rf developers-reference.ja.html
+
 
 .PHONY: validate
 validate:      $(addsuffix .validate,$(SOURCES))