From 601d9c0cb5dbd044a9db014777f11b6e45db8780 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 15 Jan 2011 15:06:34 +0100 Subject: Add .../share/doc/feh/examples, move fehrc (feh themes) there --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 06a9151..5c9b3c1 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ test-x11: all prove test/feh-bg.i install: install-man install-doc install-bin install-font install-img +install: install-examples install-man: @echo installing manuals to ${man_dir} @@ -49,6 +50,12 @@ install-img: @cp data/images/* ${image_dir} @chmod 644 ${image_dir}/* +install-examples: + @echo installing examples to ${example_dir} + @mkdir -p ${example_dir} + @cp data/examples/* ${example_dir} + @chmod 644 ${example_dir}/* + uninstall: rm -f ${man_dir}/man1/feh.1 ${man_dir}/man1/feh-cam.1 @@ -79,4 +86,4 @@ clean: @${MAKE} -C man clean .PHONY: all test test-x11 install uninstall clean install-man install-doc \ - install-bin install-font install-img dist + install-bin install-font install-img install-examples dist -- cgit v1.2.3