(distclean-all): New target to delete fonts.
[chise/chise-fonts-installer.git] / TrueType / Makefile.in
1 VERSION = @PACKAGE_VERSION@
2
3 TAR     = tar
4 WGET    = wget
5 SUDO    = 
6
7 prefix          = @prefix@
8 exec_prefix     = @exec_prefix@
9 BINDIR          = @bindir@
10 LIBDIR          = @libdir@
11 OPTS            = @ac_configure_args@
12
13
14 all:    build-zinbun
15
16 install:        install-zinbun
17
18
19 build-zinbun:
20         cd Zinbun && make
21
22 install-zinbun:
23         cd Zinbun && make install
24
25
26 distclean:
27         cd Zinbun && make distclean
28         -$(RM) Makefile
29
30 distclean-all:
31         cd Zinbun && make distclean-all
32         -$(RM) Makefile