From 86a968b0980011ed307b81fbc0734ba618d64c90 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 1 May 2009 23:10:59 +0200 Subject: Remove text chunks support. Was never built by any of the main targets, and one of the reasons the complex dependency system exists. --- docs-xml/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'docs-xml/Makefile') diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 68890306ed..c177ba721b 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -69,7 +69,6 @@ clean:: pdf:: $(patsubst %,$(PDFDIR)/%.pdf,$(MAIN_DOCS)) ps:: $(patsubst %,$(PSDIR)/%.ps,$(MAIN_DOCS)) txt:: $(patsubst %,$(TXTDIR)/%.txt,$(MAIN_DOCS)) -txt-chunks:: $(addsuffix -txt-chunks,$(MAIN_DOCS)) tex:: $(addsuffix .tex,$(MAIN_DOCS)) texi:: $(patsubst %,$(TEXINFODIR)/%.texi,$(MAIN_DOCS)) texiinfo:: $(patsubst %,$(TEXINFODIR)/%.info,$(MAIN_DOCS)) -- cgit