]> matita.cs.unibo.it Git - helm.git/blob - helm/software/share/texmf/unicode/Makefile
Preparing for 0.5.9 release.
[helm.git] / helm / software / share / texmf / unicode / Makefile
1
2 all:
3         @echo
4         @echo "Nothing to do per default, trye one of the following target:"
5         @echo
6         @echo "  make defs      # rebuilt .def files in this directory, using"
7         @echo "                 # configuration from config/* (which includes"
8         @echo "                 # matita.ucf)"
9         @echo
10
11 .PHONY: defs
12 defs:
13         perl makeunidef.pl -t data --nocomments config/*.ucf config/*.ucf.gz
14