From: Martin Mares Date: Tue, 9 Sep 2008 09:25:42 +0000 (+0200) Subject: Fixed a typo: indeces -> indices. X-Git-Tag: holmes-import~329 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1f1fc5e727a3c50269b3e02f1c24edd88e9fe0e7;p=libucw.git Fixed a typo: indeces -> indices. --- diff --git a/build/Makebottom b/build/Makebottom index 38e84bce..8f1da95b 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -16,7 +16,7 @@ programs: $(PROGS) datafiles: $(DATAFILES) tests: $(TESTS) configs: $(addprefix run/$(CONFIG_DIR)/,$(CONFIGS)) -docs: runtree $(DOCS) $(DOC_INDECES) +docs: runtree $(DOCS) $(DOC_INDICES) tags: etags `find . -name "*.[ch]"` @@ -197,7 +197,7 @@ $(o)/%.html: $(o)/%.txt $(M)"AD $< -> $@" $(Q)asciidoc -e -f $(s)/build/asciidoc.conf -f $(s)/build/asciidoc-xhtml.conf -f /etc/asciidoc/asciidoc.conf -f /etc/asciidoc/xhtml11.conf $< -$(patsubst %.html,%.txt,$(DOC_INDECES)): $(o)/%.txt: +$(patsubst %.html,%.txt,$(DOC_INDICES)): $(o)/%.txt: $(M)"DD -> $@" $(Q)echo $@: $(DOC_HEAD) $(DOC_LIST) >> $(o)/depend.new $(Q)$(s)/build/def-doc.pl $(DOC_HEAD) $@ $(DOC_LIST) diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index a299b03d..a9f78f49 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -9,4 +9,4 @@ $(UCW_INDEX): DOC_HEAD:=$(s)/ucw/doc/index.txt $(UCW_INDEX): DOC_LIST:=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS)) DOCS+=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS))) -DOC_INDECES+=$(UCW_INDEX) +DOC_INDICES+=$(UCW_INDEX)