summaryrefslogtreecommitdiff
path: root/gtk-doc.make
AgeCommit message (Collapse)AuthorFilesLines
2006-07-28s/dist-hook/dist-hook-local/Behdad Esfahbod1-1/+1
Should drop spurious make warning.
2006-07-27Don't make doc upon make install.Behdad Esfahbod1-1/+1
2006-06-28Make docs not build by "make all", but by "make doc", "make dist", and "makeBehdad Esfahbod1-2/+6
install".
2005-08-21When invoked as, say, ../autogen.sh, switch to the sourcedir to run the ↵Owen Taylor1-6/+6
auto*. Based on corresponding code in GTK+'s autogen.sh. (#3402, Thomas Fitzsimmons) Update from gtk-doc CVS, bringing in some minor output changes. (Eliminate the *** from the messages that don't indicate errors.) Use += for EXTRA_DIST, since gtk-doc.make already defines it.
2005-05-24Re-synch with latest from gtk-doc CVS tree.Carl Worth1-18/+8
Add --only-section-tmpl option so that changes to inline documentation does not lead to churn in the .sgml template files. Commit new templates now that gtk-doc has ripped all the inline portions out. New template files added for new sections. Update to match current API. Make parameter names match those in the .c file and its documentation.
2005-03-08Commit workaround to prevent make distcheck from making bogus complaints ↵Carl Worth1-1/+7
that gtk-doc is not enabled.
2005-01-27configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for ↵Owen Taylor1-0/+157
doing docs via gtk-doc. src/cairo.[ch] src/cairo-matrix.c: Add some inline docs for arcs and matrices. gtk-doc.m4 acinclude.m4: Check in files from gtk-doc to make the dependency on gtk-doc optional. Add --enable-gtk-doc to the default args.