rename the local index.sgml to slovak-index.sgml

When generating a book (or article) index, the filename is index.sgml.  Not an
issue with DocBook XML, only with the older tools which make several passes
over the input sources to create the index data (output as SGML in a file
called index.sgml) and then incorporate that into the final document.
This commit is contained in:
Martin A. Brown 2016-01-24 15:59:04 -08:00
parent 1cddadd624
commit 1ed75f296b
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ DATE = $(shell LC_TIME=sk date +"%e. %B %Y")
SOURCES = apps.sgml \
console.sgml \
gettext.sgml \
index.sgml \
slovak-index.sgml \
intro.sgml \
kernel.sgml \
locales.sgml \
@ -20,7 +20,7 @@ ADD_DEPS = Makefile Lat2ent.pl Single-SGML.awk
Slovak-HOWTO.sgml: $(SOURCES) $(ADD_DEPS)
./Single-SGML.awk <index.sgml \
./Single-SGML.awk <slovak-index.sgml \
| sed -e"s/@date@/$(DATE)/g" -e"s/@version@/$(VERSION)/g" \
| ./Lat2ent.pl >Slovak-HOWTO.sgml