comparison Makefile.am @ 21563:1b174854bb80

merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1' and 'bb60447c0a8c79afca320f4dc689096f4788e7fa'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 17 Nov 2007 01:55:21 +0000
parents a97f24eda509
children 19ad2242c06d
comparison
equal deleted inserted replaced
20755:774f4924e74e 21563:1b174854bb80
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