diff options
| author | Andrew M. B. Boktor <[email protected]> | 2011-11-09 14:14:23 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:24 -0700 |
| commit | 80483f2768a15ed1d8df6a11c60c75882e7622bd (patch) | |
| tree | a5ba77480fd613fdf295b2494dd694aa0d7954bb /Makefile | |
| parent | b0aa7577347f16cb825a053ef4e1068aec5006a0 (diff) | |
Added a new target for doxygen in the makefile and updated the README with that info.
"make docs" to build and "make cleandocs" to clean. You have to have doxygen and graphviz installed.
The new docs target doesn't build with the simulator (you have to call it explicitly) to avoid giving unecessary errors to people.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10872]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -138,6 +138,12 @@ makedirs: all: $(MAKE) gpgpusim +docs: + $(MAKE) -C doc/doxygen/ + +cleandocs: + $(MAKE) clean -C doc/doxygen/ + clean: $(MAKE) cleangpgpusim |
