X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fshare%2Ftexmf%2Funicode%2FMakefile;fp=helm%2Fsoftware%2Fshare%2Ftexmf%2Funicode%2FMakefile;h=d24bba66b9c613c6c72dabe2a13c70667f42be8a;hb=726848939b8f9ade553a6dbf3586fc7b7c8299ee;hp=0000000000000000000000000000000000000000;hpb=acf470d78228ce3f6ef8c203531ff2228e033d37;p=helm.git diff --git a/helm/software/share/texmf/unicode/Makefile b/helm/software/share/texmf/unicode/Makefile new file mode 100644 index 000000000..d24bba66b --- /dev/null +++ b/helm/software/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 +