Makefile.am

branch
gtkdoc-conversion
changeset 35387
c516874b0d14
parent 34324
dc7890ea7560
child 35441
926403b8d4ed
child 37033
ce8b96a22ebe
--- a/Makefile.am	Fri Jan 31 16:26:05 2014 +0530
+++ b/Makefile.am	Fri Jan 31 17:15:51 2014 +0530
@@ -2,14 +2,12 @@
 		COPYRIGHT \
 		ChangeLog.API \
 		ChangeLog.win32 \
-		Doxyfile.in \
 		HACKING \
 		Makefile.mingw \
 		PLUGIN_HOWTO \
 		README.hg \
 		README.mingw \
 		config.h.mingw \
-		doxy2devhelp.xsl \
 		fix-casts.sh \
 		intltool-extract.in \
 		intltool-merge.in \
@@ -121,23 +119,9 @@
 # line does is tell 'distcheck' to shut up and ignore those two files.
 distcleancheck_listfiles = find . -type f -a ! -name package_revision.h
 
-SUBDIRS = . libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros $(PO_DIR) share/ca-certs share/sounds
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
-docs: Doxyfile
-if HAVE_DOXYGEN
-	@echo "Running doxygen..."
-	@doxygen
-if HAVE_XSLTPROC
-	@echo "Generating devhelp index..."
-	@xsltproc $(top_srcdir)/doxy2devhelp.xsl doc/xml/index.xml > doc/html/pidgin.devhelp
-	@echo "(Symlink $$(pwd)/doc/html to ~/.local/share/gtk-doc/html/pidgin to make devhelp see the documentation)"
-else
-	@echo "Not generating devhelp index: xsltproc was not found by configure"
-endif
-else
-	@echo "doxygen was not found during configure.  Unable to build documentation."
-	@echo;
-endif
+SUBDIRS = . m4macros libpurple $(GNT_DIR) $(GTK_DIR) $(PO_DIR) share/ca-certs share/sounds doc
 
 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which
 # breaks "make distcheck" unless we ignore perl things

mercurial