[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Installing the desktop file, icons, man page and docs
- From: Vasil Dimov <vd@xxxxxxxxxxx>
- Date: Mon, 29 May 2006 12:26:18 +0300
- Subject: [XaraXtreme-dev] Installing the desktop file, icons, man page and docs
Hi,
What about installing the desktop file, icons, man page and docs?
Something like this:
--- Makefile.am-install.diff begins here ---
Index: Makefile.am
===================================================================
--- Makefile.am (revision 1205)
+++ Makefile.am (working copy)
@@ -15,6 +15,13 @@
MOSTLYCLEANFILES=wxOil/xrc/xrc.d wxOil/xrc/xrc.stamp Resources/*
bin_PROGRAMS = XaraLX
+
+dist_data_DATA = xaralx.desktop xaralx.png xaralx.xpm
+
+dist_sharedstate_DATA = doc/en/xaralx.htm doc/gifutil.txt doc/mtrand.txt
+
+dist_man1_MANS = doc/XaraLX.1
+
if DARWIN_LINK
XaraLX_SOURCES = Kernel/*.o wxOil/*.o tools/*.o wxXtra/*.o
XaraLX_LDSOURCE = $(XaraLX_SOURCES)
--- Makefile.am-install.diff begins here ---
I think to have these files installed by the FreeBSD port and instead of
installing them "by hand" - outside the application's infrastructure
it's better to have this incorporated in XaraLX itself.
--
Vasil Dimov
gro.DSBeerF@dv
Testing can show the presence of bugs, but not their absence.
-- Edsger W. Dijkstra