annotate doc/Makefile.am @ 8713:7024b595b6ae

[gaim-migrate @ 9467] " Expansion from my original protocol prefs to plugin prefs. Things are handled a bit different in this iteration of it, but I have already modified msn and jabber to use it, and included an example plugin to show how to use it. It will also generate pages with doxygen. The example plugin doesn't not contain any translatable strings seeing as we're in the string freeze. And it's an example, whats the point of translating it..? Also, I tweaked the documentation for 2 functions in gtkprefs, gaim_gtk_prefs_dropdown and gaim_gtk_prefs_dropdown_from_list. Nothing major in that, just made it say that the list should be a list of pairs label/value. Also there's 5 new files that will need to be added to cvs: src/pluginpref.h src/pluginpref.c src/gtkpluginpref.h src/gtkpluginpref.c plugins/pluginpref_example.c the tarball already has them structured correctly and contains the diff" --Gary Kramlich - amc_grim and the german translator pointed out that sean missed the novell file for POTFILES.in committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 19 Apr 2004 21:12:45 +0000
parents 3c3039aa7259
children b540c735a6ad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6600
e5e415a72904 [gaim-migrate @ 7124]
Christian Hammond <chipx86@chipx86.com>
parents: 6218
diff changeset
1 man_MANS = gaim.1 gaim-remote.1
e5e415a72904 [gaim-migrate @ 7124]
Christian Hammond <chipx86@chipx86.com>
parents: 6218
diff changeset
2
6164
2746cc773de7 [gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents: 2287
diff changeset
3 EXTRA_DIST = \
2746cc773de7 [gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents: 2287
diff changeset
4 the_penguin.txt \
2746cc773de7 [gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents: 2287
diff changeset
5 gaims_funniest_home_convos.txt \
2746cc773de7 [gaim-migrate @ 6645]
Christian Hammond <chipx86@chipx86.com>
parents: 2287
diff changeset
6 CREDITS \
6600
e5e415a72904 [gaim-migrate @ 7124]
Christian Hammond <chipx86@chipx86.com>
parents: 6218
diff changeset
7 FAQ \
e5e415a72904 [gaim-migrate @ 7124]
Christian Hammond <chipx86@chipx86.com>
parents: 6218
diff changeset
8 PERL-HOWTO.dox \
6996
5b1eab285cdd [gaim-migrate @ 7552]
Christian Hammond <chipx86@chipx86.com>
parents: 6955
diff changeset
9 account-signals.dox \
5b1eab285cdd [gaim-migrate @ 7552]
Christian Hammond <chipx86@chipx86.com>
parents: 6955
diff changeset
10 blist-signals.dox \
5b1eab285cdd [gaim-migrate @ 7552]
Christian Hammond <chipx86@chipx86.com>
parents: 6955
diff changeset
11 connection-signals.dox \
5b1eab285cdd [gaim-migrate @ 7552]
Christian Hammond <chipx86@chipx86.com>
parents: 6955
diff changeset
12 conversation-signals.dox \
7335
3c3039aa7259 [gaim-migrate @ 7923]
Christian Hammond <chipx86@chipx86.com>
parents: 6996
diff changeset
13 plugin-ids.dox \
6954
01c297526fad [gaim-migrate @ 7501]
Nathan Walp <nwalp@pidgin.im>
parents: 6600
diff changeset
14 gaim.1.in \
6955
2d4ab97a177e [gaim-migrate @ 7502]
Nathan Walp <nwalp@pidgin.im>
parents: 6954
diff changeset
15 gaim-remote.1.in
6996
5b1eab285cdd [gaim-migrate @ 7552]
Christian Hammond <chipx86@chipx86.com>
parents: 6955
diff changeset
16