]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/Makefile
added pretty printer for dot files (it may need to be moved elsewhere in the future)
[helm.git] / helm / software / matita / Makefile
index af7445047186cbf590325ad5af54d2760ef6bd63..34bbe632896c9a955df90d32fc5f3dbacee732f5 100644 (file)
@@ -27,6 +27,7 @@ endif
 # objects for matita (GTK GUI)
 CMOS =                         \
        buildTimeConf.cmo       \
+       lablGraphviz.cmo        \
        matitaTypes.cmo         \
        matitaMisc.cmo          \
        matitamakeLib.cmo       \
@@ -224,6 +225,9 @@ dist_library@%:
 
 endif
 
+dist_pre: matitaGeneratedGui.ml matitaGeneratedGui.mli
+       $(MAKE) -C dist/ dist_pre
+
 DESTDIR = $(RT_BASE_DIR)
 INSTALL_STUFF =                        \
        icons/                          \