forked from oetiker/acronym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
27 lines (23 loc) · 677 Bytes
/
Makefile
File metadata and controls
27 lines (23 loc) · 677 Bytes
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
SHELL = /bin/sh
VERS = 1.47
PACK=acronym
tar:
[ `grep $(VERS) acronym.dtx |wc -l` -ge 2 ] || false
ln -s . $(PACK)-$(VERS)
latex acronym.ins
pdflatex acronym.dtx
tar -zcvf $(PACK)-$(VERS).tar.gz `awk '{print "$(PACK)-$(VERS)/"$$1}' MANIFEST`
rm $(PACK)-$(VERS)
tds:
-rm acronym.tds.zip
mkdir -p doc/latex/acronym source/latex/acronym tex/latex/acronym
cp acronym.pdf README acrotest.tex doc/latex/acronym
cp acronym.sty tex/latex/acronym
cp acronym.ins source/latex/acronym
cp acronym.dtx source/latex/acronym
zip -r acronym.tds.zip doc source tex
rm -r doc source tex
dist: tar
gnome-open http://www.ctan.org/pkg/acronym
clean:
rm -rf texbuild pdfbuild