X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=share%2Ftexmf%2Funicode%2FMakefile;fp=share%2Ftexmf%2Funicode%2FMakefile;h=d24bba66b9c613c6c72dabe2a13c70667f42be8a;hb=8d2887c7a3e452302bf976b6303c65c3a7f7961e;hp=0000000000000000000000000000000000000000;hpb=357d03db09f8b136b1c049d2c982902112d1cc49;p=helm.git diff --git a/share/texmf/unicode/Makefile b/share/texmf/unicode/Makefile new file mode 100644 index 000000000..d24bba66b --- /dev/null +++ b/share/texmf/unicode/Makefile @@ -0,0 +1,14 @@ + +all: + @echo + @echo "Nothing to do per default, trye one of the following target:" + @echo + @echo " make defs # rebuilt .def files in this directory, using" + @echo " # configuration from config/* (which includes" + @echo " # matita.ucf)" + @echo + +.PHONY: defs +defs: + perl makeunidef.pl -t data --nocomments config/*.ucf config/*.ucf.gz +