X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fdist%2FMakefile;h=33aeac735f37adf000434eec487a6c37c2075b2c;hb=8ee0e6f729105eaf1907de0baef22e170b0d17b3;hp=669137bf2d46c92c72f5ee693145ca8e73ef6abe;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/dist/Makefile b/matita/dist/Makefile index 669137bf2..33aeac735 100644 --- a/matita/dist/Makefile +++ b/matita/dist/Makefile @@ -1,7 +1,10 @@ MYSQL_FLAGS = --extended_insert --lock-tables=off --no-create-info DB = -u helm -h mowgli.cs.unibo.it matita -TABLE_CREATOR = ../../ocaml/metadata/table_creator/table_creator +TABLE_CREATOR = ../../components/binaries/table_creator/table_creator TABLES := $(shell $(TABLE_CREATOR) list all) +MANUAL_DIR = ../help/C +WEB_DIR = ../../../www/matita + all: static_link clean: static_link_clean .PHONY: static_link @@ -15,3 +18,10 @@ matita_stdlib.sql: mysqldump $(MYSQL_FLAGS) $(DB) $(TABLES) > $@ %.gz: % gzip -c $< > $@ + +dist_pre: INSTALL README +INSTALL: $(MANUAL_DIR)/txt-stamp + cp $(MANUAL_DIR)/sec_install.txt $@ +$(MANUAL_DIR)/txt-stamp: + $(MAKE) -C $(MANUAL_DIR) txt-stamp +