documentation/Makefile
changeset 1306 a27c839d043b
parent 1289 5b82b6b39c2d
child 1423 41e3baa2da23
equal deleted inserted replaced
1305:de3fcbb6773e 1306:a27c839d043b
    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 \
    64 		$(FILE).lol \
    62 		$(FILE).lol \
    65 		$(FILE).lot \
    63 		$(FILE).lot \
    66 		$(FILE).nlo \
    64 		$(FILE).nlo \
       
    65 		$(FILE).nls \
    67 		$(FILE).out \
    66 		$(FILE).out \
    68 		$(FILE).pdf \
    67 		$(FILE).pdf \
    69 		$(FILE).toc \
    68 		$(FILE).toc \
    70 		*~ \
    69 		*~ \
    71 		images/*.bak
    70 		images/*.bak