diff options
| author | Inderpreet Singh <[email protected]> | 2012-01-13 15:56:33 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:02 -0700 |
| commit | 9045660e6c310c2a8b50c3cdb83c2c8cde8406bf (patch) | |
| tree | e2c8cd7f6f8688997dfb120cc36aae01ae7cfe2d /doc/doxygen/Makefile | |
| parent | 7e74646aa63fff716f16c3083373d098923b767e (diff) | |
Fixes to doxygen configuration for supporting DoxygenPlugin in trac
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11334]
Diffstat (limited to 'doc/doxygen/Makefile')
| -rw-r--r-- | doc/doxygen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/Makefile b/doc/doxygen/Makefile index c87bb93..278ca53 100644 --- a/doc/doxygen/Makefile +++ b/doc/doxygen/Makefile @@ -1,7 +1,7 @@ all: docs docs: - doxygen gpgpu-sim.doxygen + DOXYGEN_STRIP_PATH=`readlink -f ../../..` doxygen gpgpu-sim.doxygen clean: rm -rf latex html |
