comparison Makefile.am @ 14764:f0292b71104b

[gaim-migrate @ 17521] Fix a couple of issues I ran into while running make distcheck. It still isn't successfully completing but it is getting farther. Right now I'm getting: /usr/bin/xgettext: error while opening "../../po/../gtk/plugins/crazychat/cc_gaim_plugin.c" for reading: No such file or directory ERROR: xgettext failed to generate PO template file. Please consult error message above if there is any. while in the /home/deryni/gaim/clean/gaim-2.0.0beta4/_build/po directory. I think we either need to remove crazy chat from the po files or add it to DIST_SUBDIRS, but I don't have time to test that right now. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 18 Oct 2006 15:45:22 +0000
parents 90459b6e8f1f
children 61aa08fcd315
comparison
equal deleted inserted replaced
14763:175d85e4c8fa 14764:f0292b71104b
40 40
41 dist-hook: gaim.spec 41 dist-hook: gaim.spec
42 cp gaim.spec $(distdir) 42 cp gaim.spec $(distdir)
43 rm $(distdir)/config.h 43 rm $(distdir)/config.h
44 44
45 distcheck-hook: libgaim/plugins/perl/common/Gaim.pm 45 distcheck-hook: libgaim/plugins/perl/common/Gaim.pm gtk/plugins/perl/common/GtkUI.pm
46 # cp libgaim/plugins/perl/common/Gaim.pm $(distdir)/libgaim/plugins/perl/common 46 # cp libgaim/plugins/perl/common/Gaim.pm $(distdir)/libgaim/plugins/perl/common
47 47
48 appsdir = $(datadir)/applications 48 appsdir = $(datadir)/applications
49 apps_in_files = gaim.desktop.in 49 apps_in_files = gaim.desktop.in
50 apps_DATA = $(apps_in_files:.desktop.in=.desktop) 50 apps_DATA = $(apps_in_files:.desktop.in=.desktop)