summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fcolumn/makefile
blob: 1197a571672b03fad5720b30c8188b564f591b36 (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 makefile README

.ins.sty:
	pdftex $<

.dtx.glo:
	pdflatex $<

.dtx.idx:
	pdflatex $<

.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 $<

all: fcolumn.sty fcolumn.pdf

install:
	pdftex fcolumn.ins

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

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.aux fcolumn.glo fcolumn.gls fcolumn.idx fcolumn.ilg fcolumn.ind \
     fcolumn.log fcolumn.out fcolumn.pdf fcolumn.sty fcolumn.tgz