Mercurial > pidgin
annotate doc/Makefile.am @ 16341:786edf5e2144
The core portion of the migration code. This is implemented as I described
in my e-mail a while back. If we have ~/.gaim and not ~/.purple (or we
have ~/.purple, but the "migrating" file exists, indicating an incomplete
previous migration), we copy all the files from ~/.gaim to ~/.purple and
move and symlink directories, except for plugins and icons. For icons,
we move and symlink any subdirectories, as a special case for the Album
plugin (written by me).
For this to work, it needs to be called by the UIs. Also, the icon
migration code is not included in this commit, so I highly recommend you
not test this on your main .gaim directory if you want a clean migration.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 23 Apr 2007 16:57:12 +0000 |
parents | 65e53711c5fc |
children | 61ddeb85ab86 |
rev | line source |
---|---|
15844
b6983e807711
Rename/update finch man page
Richard Nelson <wabz@pidgin.im>
parents:
15570
diff
changeset
|
1 man_MANS = pidgin.1 finch.1 |
6600
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 = \ |
10468
87d2f1a7f984
[gaim-migrate @ 11750]
Luke Schierer <lschiere@pidgin.im>
parents:
10409
diff
changeset
|
4 C-HOWTO.dox \ |
6600
e5e415a72904
[gaim-migrate @ 7124]
Christian Hammond <chipx86@chipx86.com>
parents:
6218
diff
changeset
|
5 PERL-HOWTO.dox \ |
10409 | 6 TCL-HOWTO.dox \ |
16258
65e53711c5fc
Ari noticed that TracHeader.html and TracFooter.html should be in EXTRA_DIST.
Richard Laager <rlaager@wiktel.com>
parents:
16210
diff
changeset
|
7 TracFooter.html \ |
65e53711c5fc
Ari noticed that TracHeader.html and TracFooter.html should be in EXTRA_DIST.
Richard Laager <rlaager@wiktel.com>
parents:
16210
diff
changeset
|
8 TracHeader.html \ |
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 \ |
12053 | 11 cipher-signals.dox \ |
6996
5b1eab285cdd
[gaim-migrate @ 7552]
Christian Hammond <chipx86@chipx86.com>
parents:
6955
diff
changeset
|
12 connection-signals.dox \ |
5b1eab285cdd
[gaim-migrate @ 7552]
Christian Hammond <chipx86@chipx86.com>
parents:
6955
diff
changeset
|
13 conversation-signals.dox \ |
12053 | 14 core-signals.dox \ |
15 dbus-server-signals.dox \ | |
15913
bc25193e1cb3
Minor 'make dist' fix and check for installed versions of pidgin, not gaim
Mark Doliner <mark@kingant.net>
parents:
15844
diff
changeset
|
16 funniest_home_convos.txt \ |
15844
b6983e807711
Rename/update finch man page
Richard Nelson <wabz@pidgin.im>
parents:
15570
diff
changeset
|
17 finch.1.in \ |
9609 | 18 gtkaccount-signals.dox \ |
9000 | 19 gtkblist-signals.dox \ |
20 gtkconv-signals.dox \ | |
12838
cb36bc2db7c5
[gaim-migrate @ 15186]
Richard Laager <rlaager@wiktel.com>
parents:
12737
diff
changeset
|
21 gtklog-signals.dox \ |
9000 | 22 gtkimhtml-signals.dox \ |
12390
dca3779701a7
[gaim-migrate @ 14697]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12291
diff
changeset
|
23 gtkrc-2.0 \ |
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
12390
diff
changeset
|
24 log-signals.dox \ |
12129
216988c717da
[gaim-migrate @ 14429]
Richard Laager <rlaager@wiktel.com>
parents:
12079
diff
changeset
|
25 notify-signals.dox \ |
15570
165a9e1f5bbc
Do the rename in the man page, and make a few updates. The man page still
Richard Laager <rlaager@wiktel.com>
parents:
14585
diff
changeset
|
26 pidgin.1.in \ |
13400
6a8a595e17b1
[gaim-migrate @ 15775]
Gary Kramlich <grim@reaperworld.com>
parents:
13387
diff
changeset
|
27 plugin-i18n.dox \ |
7335
3c3039aa7259
[gaim-migrate @ 7923]
Christian Hammond <chipx86@chipx86.com>
parents:
6996
diff
changeset
|
28 plugin-ids.dox \ |
12053 | 29 plugin-signals.dox \ |
13387
d9dbb874a30c
[gaim-migrate @ 15760]
Richard Laager <rlaager@wiktel.com>
parents:
12838
diff
changeset
|
30 savedstatus-signals.dox \ |
12291
5bc3d67ceb24
[gaim-migrate @ 14595]
Etan Reisner <pidgin@unreliablesource.net>
parents:
12148
diff
changeset
|
31 sound-signals.dox \ |
11289 | 32 the_penguin.txt \ |
11281
920a37a4c1be
[gaim-migrate @ 13478]
Gary Kramlich <grim@reaperworld.com>
parents:
11022
diff
changeset
|
33 xfer-signals.dox |