From 87ef6a6d2392523cee08287fa6c973f3b9d6bf10 Mon Sep 17 00:00:00 2001 From: aba Date: Sat, 16 Dec 2006 15:58:16 +0000 Subject: [PATCH] japanese translation is way outdated, need to remove it git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@4029 313b444b-1b9f-4f58-a734-7bb04f332e8d --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 386e674..97232a9 100644 --- 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)) -- 2.30.2