summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/latexcolors/Makefile
blob: 8dff7a5793c8178c0b5efc31cb927e4183f3b722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NAME = latexcolors

.PHONY: all clean

all: $(SUBDIRS)
	latex $(NAME).ins
	pdflatex --interaction=nonstopmode $(NAME).dtx
	pdflatex --interaction=nonstopmode $(NAME).dtx
	makeindex -s gglo.ist -o $(NAME).gls $(NAME).glo
	pdflatex --interaction=nonstopmode $(NAME).dtx
	pdflatex --interaction=nonstopmode $(NAME).dtx

clean: $(SUBDIRS)
	--@rm -rf *.aux *.glo *.gls *.ilg *.log *.out *.toc