comparison Makefile.am @ 4554:fbf9f873abfc

[gaim-migrate @ 4834] Added Doxyfile.in, so we can now generate nice happy documentation by typing "make docs" You'll need doxygen installed to generate the docs. You don't need it to compile gaim. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 07 Feb 2003 22:52:19 +0000
parents d85208a99af2
children 27354602734d
comparison
equal deleted inserted replaced
4553:d03fcb3f4be2 4554:fbf9f873abfc
1 EXTRA_DIST = gaim.spec.in gaim.desktop \ 1 EXTRA_DIST = \
2 HACKING gaim2blt.pl licq2gaim.pl setup-gettext 2 gaim.spec.in gaim.desktop \
3 Doxyfile.in \
4 HACKING \
5 gaim2blt.pl licq2gaim.pl setup-gettext
3 6
4 dist-hook: gaim.spec 7 dist-hook: gaim.spec
5 cp gaim.spec $(distdir) 8 cp gaim.spec $(distdir)
6 9
7 pixmapdir = $(datadir)/applications 10 pixmapdir = $(datadir)/applications
8 pixmap_DATA = gaim.desktop 11 pixmap_DATA = gaim.desktop
9 12
10 SUBDIRS = m4 sounds plugins pixmaps doc po intl src 13 SUBDIRS = m4 sounds plugins pixmaps doc po intl src
11 ACLOCAL_AMFLAGS = -I m4 14 ACLOCAL_AMFLAGS = -I m4
15
16 docs: Doxyfile.in
17 @doxygen