X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=97d7c1e6db3f4f17669128221d6eaff875c81eec;hb=ea20f00b6ad214ba7307bd0d98d736e1fced81a4;hp=ba1c34d6c428089e53d801f18ceb1756a83a92eb;hpb=ecee6551e1df491ff228a896721ec116182f64f7;p=developers-reference.git diff --git a/Makefile b/Makefile index ba1c34d..97d7c1e 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # 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 fmt,html txt pdf,developers-reference$(langext).$(fmt)))) + $(foreach langext,.fr, \ + $(foreach fmt,html txt,developers-reference$(langext).$(fmt)))) # programs for creating output DEBIANDOC2HTML := debiandoc2html -c @@ -22,8 +22,12 @@ install_file := install -m 644 -p MAX_TEX_RECURSION := 5 -.PHONY: all -all: $(TARGETS) +.PHONY: all dropold +all: $(TARGETS) dropold + +dropold: + -rm -rf developers-reference.ja.html + .PHONY: validate validate: $(addsuffix .validate,$(SOURCES))