]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed a typo: indeces -> indices.
authorMartin Mares <mj@ucw.cz>
Tue, 9 Sep 2008 09:25:42 +0000 (11:25 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 9 Sep 2008 09:25:42 +0000 (11:25 +0200)
build/Makebottom
ucw/doc/Makefile

index 38e84bce1b0366b643c82fb840a1572867d20a0a..8f1da95bc3e3600fd7b7a99537fe758548cd1ec4 100644 (file)
@@ -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)
index a299b03d289aba64b13f29c41752bc0798a22aec..a9f78f4964c294972741e4a3e5c0a8e7d9d82b57 100644 (file)
@@ -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)