diff options
| author | pboutill | 2012-05-02 17:11:23 +0000 |
|---|---|---|
| committer | pboutill | 2012-05-02 17:11:23 +0000 |
| commit | fed7d0f693128ae2a7c19a519882f12f138d88b4 (patch) | |
| tree | ba440463b0af41d67b72c68d59b519f8f7376ba6 /Makefile.build | |
| parent | 04d66a258efb91e73c313b3315abd2810947028d (diff) | |
Coqide highligthing is back (done by gtksourceview).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15269 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build index ef2bb067d3..5b490148db 100644 --- a/Makefile.build +++ b/Makefile.build @@ -285,7 +285,7 @@ COQIDEFLAGS=-thread $(COQIDEINCLUDES) .SUFFIXES:.vo -IDEFILES=ide/coq.png ide/mac_default_accel_map +IDEFILES=ide/coq.lang ide/coq_style.xml ide/coq.png ide/mac_default_accel_map coqide-binaries: coqide-$(HASCOQIDE) coqide-no: @@ -336,7 +336,7 @@ endif install-ide-files: $(MKDIR) $(FULLDATADIR) - $(INSTALLLIB) ide/coq.png $(FULLDATADIR) + $(INSTALLLIB) ide/coq.png ide/coq.lang ide/coq_style.xml $(FULLDATADIR) $(MKDIR) $(FULLCONFIGDIR) if [ $(IDEOPTINT) = QUARTZ ] ; then $(INSTALLLIB) ide/mac_default_accel_map $(FULLCONFIGDIR)/coqide.keys ; fi |
