comparison Makefile.am @ 30037:f988f25259c7

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 24 Mar 2010 17:44:40 +0900
parents f7d03842b9c9
children 62f0988c666c
comparison
equal deleted inserted replaced
29995:2292d8896b0b 30037:f988f25259c7
69 gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz 69 gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz
70 gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2 70 gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2
71 gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz 71 gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz
72 gpg --verify pidgin-$(PACKAGE_VERSION).tar.bz2.asc pidgin-$(PACKAGE_VERSION).tar.bz2 72 gpg --verify pidgin-$(PACKAGE_VERSION).tar.bz2.asc pidgin-$(PACKAGE_VERSION).tar.bz2
73 73
74 if INSTALL_I18N
75 PO_DIR=po
76 DESKTOP_FILE=pidgin.desktop
77
74 if ENABLE_GTK 78 if ENABLE_GTK
75 appsdir = $(datadir)/applications 79 appsdir = $(datadir)/applications
76 apps_in_files = pidgin.desktop.in 80 apps_in_files = pidgin.desktop.in
77 apps_DATA = $(apps_in_files:.desktop.in=.desktop) 81 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
78 @INTLTOOL_DESKTOP_RULE@ 82 @INTLTOOL_DESKTOP_RULE@
79 GTK_DIR=pidgin 83 GTK_DIR=pidgin
80 endif 84 endif #ENABLE_GTK
85
86 endif #INSTALL_I18N
81 87
82 if ENABLE_GNT 88 if ENABLE_GNT
83 GNT_DIR=finch 89 GNT_DIR=finch
84 endif
85
86 if INSTALL_I18N
87 PO_DIR=po
88 endif 90 endif
89 91
90 # This is phony, so that we always try to rebuild it. If it succeeds 92 # This is phony, so that we always try to rebuild it. If it succeeds
91 # in calculating changes, it produces its target; otherwise, its 93 # in calculating changes, it produces its target; otherwise, its
92 # target does not exist. 94 # target does not exist.
144 # breaks "make distcheck" unless we ignore perl things 146 # breaks "make distcheck" unless we ignore perl things
145 147
146 distuninstallcheck_listfiles = \ 148 distuninstallcheck_listfiles = \
147 find . -type f -print | grep -v perl | grep -v Purple.3pm 149 find . -type f -print | grep -v perl | grep -v Purple.3pm
148 150
149 DISTCLEANFILES= pidgin.desktop libpurple/gconf/purple.schemas intltool-extract \ 151 DISTCLEANFILES= $(DESKTOP_FILE) libpurple/gconf/purple.schemas intltool-extract \
150 intltool-merge intltool-update 152 intltool-merge intltool-update