revert back to makeindex
authorMart Lubbers <mart@martlubbers.net>
Fri, 17 Feb 2017 16:13:19 +0000 (17:13 +0100)
committerMart Lubbers <mart@martlubbers.net>
Fri, 17 Feb 2017 16:13:19 +0000 (17:13 +0100)
.gitignore
Makefile
thesis.tex

index 54a782b..af8036b 100644 (file)
@@ -1,16 +1,17 @@
-*.aux
-*.pdf
-*.log
-*.fmt
-*.out
-*.bbl
-*.blg
-*.tdo
-*.toc
 *.acn
 *.acr
 *.alg
+*.aux
+*.bbl
+*.blg
+*.fmt
 *.glg
 *.glo
 *.gls
+*.ist
+*.log
+*.out
+*.pdf
+*.tdo
+*.toc
 *.xdy
index 7df5468..14b1c0e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,5 +26,5 @@ all: $(addsuffix .pdf,$(DOCS))
 
 clean:
        $(RM) $(foreach DOC,$(DOCS),$(addprefix $(DOC).,\
-               acn acr alg aux bbl blg fmt glg glo gls log nav out pdf run.xml snm\
-               tdo toc vrb xdy))
+               acn acr alg aux bbl blg fmt glg glo gls ist log nav out pdf run.xml\
+               snm tdo toc vrb xdy))
index 40f7e95..5d5e2d3 100644 (file)
@@ -1,5 +1,6 @@
 %&thesis
-\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries}
+%\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries}
+\usepackage[nonumberlist,acronyms]{glossaries}
 \makeglossaries%
 \newacronym{sds}{SDS}{Shared Data Source}
 \newacronym{iot}{IoT}{Internet of Things}