# HG changeset patch # User Christian Hammond # Date 1061696397 0 # Node ID dcb336f3d9a6a06920290a5aadc82d553223ad2c # Parent 782eef79cf3c3949c9e2e2f153cce4d1ebb4832f [gaim-migrate @ 7120] Fix the rule for docs in Makefile.am so if Doxyfile.in is modified, it will be rebuilt before building the documentation. committer: Tailor Script diff -r 782eef79cf3c -r dcb336f3d9a6 Makefile.am --- a/Makefile.am Sun Aug 24 02:59:02 2003 +0000 +++ b/Makefile.am Sun Aug 24 03:39:57 2003 +0000 @@ -29,5 +29,5 @@ SUBDIRS = sounds plugins pixmaps doc po intl src -docs: Doxyfile.in +docs: Doxyfile @doxygen