Minor fixes
g0dil [Thu, 10 Sep 2009 14:24:50 +0000 (14:24 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1409 270642c3-0616-0410-b53a-bc976706d245

.project.el
doclib/SConscript

index 0ec0ad2..55478f9 100644 (file)
@@ -97,9 +97,6 @@ is ignored (Those are the file local variables and local words)."
       (search-forward "auto_unit_test.hpp")
       (beginning-of-line)
       (delete-region (point) (progn (end-of-line) (point)))
-      (insert "#include \""
-             (string-replace "[^/]+/" "../" (substring (file-name-directory (buffer-file-name))
-                                                       (length ccide-project-root)) t)
-             "Utils/auto_unit_test.hh\""))))
+      (insert "#include <senf/Utils/auto_unit_test.hh>"))))
 
 (add-hook 'ccide-new-file-hooks 'senf-new-file-hook nil t)
index 8d45689..39280f5 100644 (file)
@@ -261,10 +261,6 @@ env.SetDefault(
     DOXYGEN = "doxygen"
 )
 
-env.Replace(
-    DOXYGENCOM = "site_scons/lib/doxygen.sh $DOXYOPTS $SOURCE",
-)
-
 env.Append( ENV = {
     'TODAY' : str(datetime.date.today()),
     'DOXYGEN' : str(env.File(env['DOXYGEN'])),