diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-01 23:10:59 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-02 01:15:26 +0200 |
commit | 86a968b0980011ed307b81fbc0734ba618d64c90 (patch) | |
tree | 746c5918382507d9bbedc2d0243ea8aecce2fb73 /docs-xml/Makefile | |
parent | 6ca4d727c4cb7215b059166682e762c8294deafb (diff) | |
download | samba-86a968b0980011ed307b81fbc0734ba618d64c90.tar.gz samba-86a968b0980011ed307b81fbc0734ba618d64c90.tar.bz2 samba-86a968b0980011ed307b81fbc0734ba618d64c90.zip |
Remove text chunks support. Was never built by any of the main targets,
and one of the reasons the complex dependency system exists.
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r-- | docs-xml/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |