From 86b38267cd5805a588cb407b60920362b8219879 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 23 Aug 2002 14:29:26 +0000 Subject: install png instead of jpg and removed wpo --- time_wizard/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 time_wizard/Makefile (limited to 'time_wizard/Makefile') diff --git a/time_wizard/Makefile b/time_wizard/Makefile new file mode 100644 index 00000000..9233e1e2 --- /dev/null +++ b/time_wizard/Makefile @@ -0,0 +1,18 @@ + +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/time_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/time_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/time_wizard/images + install --mode=a=r -p ./images/Time.png ${prefix}/share/wizards/time_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/time_wizard/scripts + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/time_wizard/time.en.wpo" ) + +desktop: + cp -f desktop_data/time\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ -- cgit v1.2.1