summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/slantsc/Makefile
blob: 37d4fe00b6bddcbfe2a7fc8b8fff5260f133b9fb (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69

SRCDIR=slantsc
INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/slantsc
DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/slantsc
VERSION=`pdflatex getversion | grep '^VERSION' | sed 's/^VERSION \\(.*\\)\\.\\(.*\\)/\\1_\\2/'`


.SUFFIXES: .sty .ins .dtx .pdf

.ins.sty:
	pdflatex $<

.dtx.pdf:
	pdflatex $<
	pdflatex $<
	makeindex -s gind.ist $(*D)/$(*F)
	makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo
	pdflatex $<


all: slantsc slantsc.pdf


slantsc: slantsc.sty



clean:
	@-rm -f slantsc.{glo,gls,idx,ilg,ind,aux,log,toc}
	@-rm -f *~

distclean: clean
	@-rm -f slantsc.{sty,pdf,ps}

tar:	all clean
	echo Lege slantsc-$(VERSION).tar.gz an
	-rm -f slantsc-$(VERSION).tar.gz
	tar czCf .. slantsc-$(VERSION).tar.gz \
	  $(SRCDIR)/README $(SRCDIR)/Makefile \
	  $(SRCDIR)/ChangeLog \
	  $(SRCDIR)/slantsc.{dtx,ins,pdf} \
	  $(SRCDIR)/testslantsc.tex \
	  $(SRCDIR)/slantsc.xml \
	  $(SRCDIR)/getversion.tex
	rm -f getversion.log

zip:	all clean
	-rm -f slantsc-$(VERSION).zip
	mkdir -p tex/latex/slantsc
	mkdir -p doc/latex/slantsc
	mkdir -p source/latex/slantsc
	cp slantsc.sty tex/latex/slantsc/
	cp slantsc.pdf testslantsc.tex doc/latex/slantsc/
	cp ChangeLog Makefile slantsc.dtx slantsc.ins README source/latex/slantsc/
	zip -r slantsc-$(VERSION).zip tex doc source
	rm -rf tex doc source
	rm -f getversion.log


install: all
	if [ ! -d $(INSTALLDIR) ]; then mkdir -p $(INSTALLDIR); fi
	if [ ! -d $(DOCDIR) ]; then mkdir -p $(DOCDIR); fi
	install -m644 slantsc.sty $(INSTALLDIR)
	install -m644 slantsc.pdf $(DOCDIR)
	texhash


slantsc.sty: slantsc.ins slantsc.dtx