Installing text files when the app is being installed
Alejandro Exojo
suy at kurly.org
Fri Oct 29 18:02:52 BST 2004
El Viernes, 29 de Octubre de 2004 17:14, Karim Ryde escribió:
> Hi!
>
> I wonder how I can set so the changelog is also installed when the user
> compiles the app?
Quoting the Makefile.am howto:
To install data files into a custom directory, you must first define it then
use it:
myappfoodir = $(kde_datadir)/kmyapp
myappfoo_DATA = bar.desktop
This installs bar.desktop into <kdeprefix>/share/apps/kmyapp.
http://developer.kde.org/documentation/other/makefile_am_howto.html
PS: I'm not 100% sure, but I think this list is only for writing about
kdevelop.
--
Alex (a.k.a. suy) - GPG ID 0x0B8B0BC2
http://darkshines.net/ - Jabber ID: suy at bulmalug.net
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list