Installing a shell script
Bal�zs Ter�nyi
terenyi at freemail.c3.hu
Sat Oct 16 21:38:42 BST 1999
On Tue, 12 Oct 1999, you wrote:
>On Wed, 06 Oct 1999 you wrote:
>> Hi!
>>
>> I want to include a shell script in my project (Made with KDevelop).
>> I have created a subdirectory containing the file and added this
>> dir to the main Makefile.am and configure.in. But I don't know what
>> should I write into the new dir's Makefile.am to install this file under
>> $(kde_datadir)/appname/plugins.
>>
>> Bye
>> Balázs
>
>Hi!
>---------
>install-exec-local:
> $(mkinstalldirs) $(kde_datadir)/appname/plugins/
> $(INSTALL_SCRIPT) foobar.sh $(kde_datadir)/appname/plugins/foobar.sh
>
>uninstall-local:
> -rm -f $(kde_datadir)/appname/plugins/foobar.sh
>---------
Hi!
I have added the lines to the Makefile.am,
but the generated Makefile doesn't work.
I get a "missing separator. Stop." error when I try to `make`.
Regards,
Balázs
More information about the KDevelop
mailing list