Skip to content

Commit

Permalink
Fixed missing installed file
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Jul 11, 2013
1 parent 3723aa4 commit 5d2dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -29,7 +29,7 @@ clean:

.PHONY: install
RESOURCES = data/ocaml.lang data/cobalt.xml data/def.lang data/language2.rng data/toplevel_init.ml data/logo.png
ICONS = $(wildcard data/icons/*.png)
ICONS = $(wildcard data/icons/*.png) $(wildcard data/icons/*.gif)
INSTALL_PREFIX = $$(ocp-build -query-install-dir ocaml-top)/../..
DATADIR = $(INSTALL_PREFIX)/share/ocaml-top
install: $(NATIVE)
Expand Down

0 comments on commit 5d2dd4d

Please sign in to comment.