comparison Makefile.am @ 13179:5adc0c9da9f3

[gaim-migrate @ 15542] SF Patch #1265514 This patch adds intltool integration. It works here; let me know if it breaks anything for you. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 08 Feb 2006 07:44:23 +0000
parents d10050950c03
children 7ff1d941f8e5
comparison
equal deleted inserted replaced
13178:35190e33a785 13179:5adc0c9da9f3
2 COPYRIGHT \ 2 COPYRIGHT \
3 Doxyfile.in \ 3 Doxyfile.in \
4 gaim.pc.in \ 4 gaim.pc.in \
5 gaim.spec.in \ 5 gaim.spec.in \
6 gaim.apspec.in \ 6 gaim.apspec.in \
7 gaim.desktop \ 7 gaim.desktop.in \
8 gaim-installer.nsi \ 8 gaim-installer.nsi \
9 HACKING \ 9 HACKING \
10 intltool-extract.in \
11 intltool-merge.in \
12 intltool-update.in \
10 PROGRAMMING_NOTES \ 13 PROGRAMMING_NOTES \
11 setup-gettext \ 14 setup-gettext \
12 ChangeLog.win32 \ 15 ChangeLog.win32 \
13 config.h.mingw \ 16 config.h.mingw \
14 Makefile.mingw \ 17 Makefile.mingw \
34 37
35 distcheck-hook: plugins/perl/common/Gaim.pm 38 distcheck-hook: plugins/perl/common/Gaim.pm
36 # cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common 39 # cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common
37 40
38 appsdir = $(datadir)/applications 41 appsdir = $(datadir)/applications
39 apps_DATA = gaim.desktop 42 apps_in_files = gaim.desktop.in
43 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
44 @INTLTOOL_DESKTOP_RULE@
40 45
41 SUBDIRS = doc intl m4macros pixmaps plugins po sounds src 46 SUBDIRS = doc m4macros pixmaps plugins po sounds src
42 47
43 docs: Doxyfile 48 docs: Doxyfile
44 if HAVE_DOXYGEN 49 if HAVE_DOXYGEN
45 @echo "Running doxygen..." 50 @echo "Running doxygen..."
46 @doxygen 51 @doxygen