Mercurial > pidgin
annotate doc/Makefile.am @ 6669:25f1f9efa510
[gaim-migrate @ 7194]
Most of perl passes make distcheck now. Possibly all, but I have to run
another lengthy make distcheck (15th one today I think) to test it. This
may not work for all people.. I don't know. Perl did some screwy stuff, and
decided to turn off support for make uninstall, which make distcheck is not
happy about, so I had to implement Evil Hack (TM).
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Mon, 01 Sep 2003 01:02:47 +0000 |
parents | e5e415a72904 |
children | 01c297526fad |
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 \ |
e5e415a72904
[gaim-migrate @ 7124]
Christian Hammond <chipx86@chipx86.com>
parents:
6218
diff
changeset
|
9 $(man_MANS) |