]> mj.ucw.cz Git - libucw.git/blob - charset/Makefile
New charset tables -- now common for all modules. charset/exp/* are not
[libucw.git] / charset / Makefile
1 # Makefile for the Sherlock Charset Data Files (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
2
3 all: .stamp
4
5 .stamp:
6         mkdir -p $(TOPDIR)/run/char
7         ln -sf `pwd`/set $(TOPDIR)/run/char
8         ln -sf `pwd`/exp $(TOPDIR)/run/char
9         touch .stamp
10
11 buildall:
12         rm -rf exp
13         mkdir exp
14         for a in `find set -type f` ; do b=`basename $$a` ; echo $$b ; misc/mkexpands $$b >exp/$$b ; done
15
16 tags:
17
18 clean:
19         rm -f .stamp