2008-08-01 13:43:55 +02:00
|
|
|
--- src/Makefile.am.orig
|
|
|
|
+++ src/Makefile.am
|
2008-01-02 23:23:28 +01:00
|
|
|
@@ -9,8 +9,8 @@
|
|
|
|
bin_PROGRAMS = xmlcopyeditor
|
|
|
|
bindir = ${prefix}/bin
|
|
|
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
|
|
|
-pixmapdir = /usr/share/pixmaps
|
|
|
|
-applicationsdir = /usr/share/applications
|
|
|
|
+pixmapdir = ${prefix}/share/pixmaps
|
|
|
|
+applicationsdir = ${prefix}/share/applications
|
|
|
|
|
|
|
|
# the application source, library search path, and link libraries
|
|
|
|
xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
|
2008-08-01 13:43:55 +02:00
|
|
|
@@ -49,15 +49,6 @@
|
2008-01-25 18:28:02 +01:00
|
|
|
templates/*.lzx \
|
|
|
|
templates/*.xlf \
|
2008-01-02 23:23:28 +01:00
|
|
|
help/*.* help/html/*.* \
|
|
|
|
- copying/*.txt copying/boost_shared_ptr/* \
|
|
|
|
- copying/Expat/* copying/libxml2/* copying/libxslt/* \
|
|
|
|
- copying/PCRE/* copying/Scintilla/* \
|
2008-08-01 13:43:55 +02:00
|
|
|
- copying/wxStyledTextCtrl/* \
|
2008-01-02 23:23:28 +01:00
|
|
|
- copying/wxStEditor/* \
|
|
|
|
- copying/xmlcopyeditor/* \
|
2008-01-25 18:28:02 +01:00
|
|
|
- copying/Aspell/* \
|
2008-01-02 23:23:28 +01:00
|
|
|
- copying/Apache/LICENSE-2.0 \
|
|
|
|
- copying/Apache/LICENSE-2_files/* \
|
|
|
|
po/sk/messages.mo \
|
|
|
|
po/sv/messages.mo \
|
|
|
|
po/fr/messages.mo \
|