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 - docs-xml/xslt/generate-dependencies.xsl | 19 ------------------- 2 files changed, 20 deletions(-) (limited to 'docs-xml') 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)) diff --git a/docs-xml/xslt/generate-dependencies.xsl b/docs-xml/xslt/generate-dependencies.xsl index cf4e4206f9..2fe3dd0dc9 100644 --- a/docs-xml/xslt/generate-dependencies.xsl +++ b/docs-xml/xslt/generate-dependencies.xsl @@ -5,7 +5,6 @@ - $(FNAME)-images-latex-{png,eps,pdf} for role=latex - $(FNAME)-images-role for all other roles - - $(TXTDIR)/$(FNAME)-text (C) Jelmer Vernooij 2004-2005 @@ -23,7 +22,6 @@ - @@ -35,21 +33,4 @@ - - - -txt-chunks: - - - - - index - - - - - - .txt - - - -- cgit