documentation/Makefile
branchstable-1.4
changeset 1669 9edbe472941d
parent 1657 3dbdb7392d7b
child 1671 bb3215fe5c65
equal deleted inserted replaced
1668:9a4a5e9aa40c 1669:9edbe472941d
    46 	$(MAKE) -C graphs
    46 	$(MAKE) -C graphs
    47 	pdflatex $(LATEX_OPTIONS) $(FILE)
    47 	pdflatex $(LATEX_OPTIONS) $(FILE)
    48 
    48 
    49 index:
    49 index:
    50 	makeindex $(FILE)
    50 	makeindex $(FILE)
    51 	makeindex $(FILE).glo -s nomencl.ist -o $(FILE).gls
    51 	makeindex $(FILE).nlo -s nomencl.ist -o $(FILE).nls
    52 
    52 
    53 clean:
    53 clean:
    54 	@rm -f \
    54 	@rm -f \
    55 		$(FILE).aux \
    55 		$(FILE).aux \
    56 		$(FILE).dvi \
    56 		$(FILE).dvi \
    57 		$(FILE).glo \
       
    58 		$(FILE).gls \
       
    59 		$(FILE).idx \
    57 		$(FILE).idx \
    60 		$(FILE).ilg \
    58 		$(FILE).ilg \
    61 		$(FILE).ind \
    59 		$(FILE).ind \
    62 		$(FILE).lof \
    60 		$(FILE).lof \
    63 		$(FILE).log \
    61 		$(FILE).log \