comparison Makefile.am @ 21567:d98b612d3f75

merge of '936967b97a8afdc95b54fe92924ef7c0414bea42' and 'd04590ee7402c6c27ab86cb88f9b1d579c20c5dd'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 17 Nov 2007 02:20:01 +0000
parents a97f24eda509
children 19ad2242c06d
comparison
equal deleted inserted replaced
21566:593d119b7980 21567:d98b612d3f75
40 40
41 if ENABLE_GNT 41 if ENABLE_GNT
42 GNT_DIR=finch 42 GNT_DIR=finch
43 endif 43 endif
44 44
45 SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros po share 45 SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros po share/ca-certs share/sounds
46 46
47 docs: Doxyfile 47 docs: Doxyfile
48 if HAVE_DOXYGEN 48 if HAVE_DOXYGEN
49 @echo "Running doxygen..." 49 @echo "Running doxygen..."
50 @doxygen 50 @doxygen
51 if HAVE_XSLTPROC
52 @echo "Generating devhelp index..."
53 @xsltproc doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp
54 @echo "(Symlink doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
55 else
56 @echo "Not generating devhelp index: xsltproc was not found by configure"
57 endif
51 else 58 else
52 @echo "doxygen was not found during configure. Aborting." 59 @echo "doxygen was not found during configure. Aborting."
53 @echo; 60 @echo;
54 endif 61 endif
55 62