diff options
author | Roger Leigh <rleigh@debian.org> | 2013-09-30 19:31:57 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-09-30 19:31:57 +0100 |
commit | 2cbff0cedb752653120365f5ae6453bd9eb73819 (patch) | |
tree | c023de076ec06f389f3c0394c8211e09b833147b | |
parent | 9e01d5d223082ebcda0f6f4f8ffcadfa5b6af42f (diff) | |
download | schroot-2cbff0cedb752653120365f5ae6453bd9eb73819.tar.gz |
doc: Strip paths correctly with cmake
-rw-r--r-- | doc/sbuild.dox.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sbuild.dox.cmake b/doc/sbuild.dox.cmake index ad0512bc..327b17f9 100644 --- a/doc/sbuild.dox.cmake +++ b/doc/sbuild.dox.cmake @@ -132,7 +132,7 @@ FULL_PATH_NAMES = YES # relative paths, which will be relative from the directory where doxygen is # started. -STRIP_FROM_PATH = @abs_top_srcdir@ +STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells |