Chris Cannam wrote:
>
> http://www.rosegardenmusic.com/tmp/rosegarden-4-1.0rc1.tar.bz2
> 
> Please download and test.  Any problems with the build and translations, 
> or very serious bugs or big regressions, should be reported here.

The attached patch fixes a non-existent path in Doxyfile which
causes Doxygen to fail.  Shall I commit it?

William
diff -Nur a/rosegarden/Doxyfile b/rosegarden/Doxyfile
--- a/rosegarden/Doxyfile       2003-06-29 18:52:46.000000000 +0100
+++ b/rosegarden/Doxyfile       2005-02-09 19:20:15.000000000 +0000
@@ -29,7 +29,7 @@
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = /home/silvan/rgdoc
+OUTPUT_DIRECTORY       = docs/doxygen
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 

Reply via email to