summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fcolumn/makefile
blob: 3af7c8a619a2678dbf6c5bbc11d97bbaa8fc2b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.SUFFIXES: .dtx .glo .gls .idx .ind .ins .pdf .sty 
DIST=fcolumn.dtx fcolumn.ins fcolumn.pdf fcolumn.sty makefile README

.ins.sty:
	pdflatex $*.ins

.dtx.glo:
	pdflatex $*.dtx

.dtx.idx:
	pdflatex $*.dtx

.glo.gls:
	makeindex -s gglo.ist -o fcolumn.gls fcolumn.glo

.idx.ind:
	makeindex -s gind.ist -o fcolumn.ind fcolumn.idx

.dtx.pdf:
	pdflatex $*.dtx

all: fcolumn.sty fcolumn.pdf

install: 
	tex fcolumn.ins

dist: $(DIST)
	mkdir FCv1.3; cp $(DIST) FCv1.3; tar -czf fcolumn.tgz FCv1.3; rm -r FCv1.3

fcolumn.pdf: fcolumn.dtx fcolumn.gls fcolumn.ind fcolumn.sty
fcolumn.glo fcolumn.idx: fcolumn.dtx
fcolumn.ind: fcolumn.idx
fcolumn.gls: fcolumn.glo

.PHONY: clean
clean:
	-rm fcolumn.pdf fcolumn.sty fcolumn.log fcolumn.glo fcolumn.gls fcolumn.ind \
     fcolumn.idx fcolumn.aux fcolumn.ilg fcolumn.out fcolumn.tgz