From 21457d1aba3cb8395173679e3a799a17c344a8d2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 17 Jan 2011 20:35:44 +0100 Subject: data -> share, data/examples -> examples --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c9b3c1..7de7229 100644 --- a/Makefile +++ b/Makefile @@ -41,19 +41,19 @@ install-bin: install-font: @echo installing fonts to ${font_dir} @mkdir -p ${font_dir} - @cp data/fonts/* ${font_dir} + @cp share/fonts/* ${font_dir} @chmod 644 ${font_dir}/* install-img: @echo installing images to ${image_dir} @mkdir -p ${image_dir} - @cp data/images/* ${image_dir} + @cp share/images/* ${image_dir} @chmod 644 ${image_dir}/* install-examples: @echo installing examples to ${example_dir} @mkdir -p ${example_dir} - @cp data/examples/* ${example_dir} + @cp examples/* ${example_dir} @chmod 644 ${example_dir}/* -- cgit v1.2.3