From 80483f2768a15ed1d8df6a11c60c75882e7622bd Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Wed, 9 Nov 2011 14:14:23 -0800 Subject: 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] --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddf3ca7..eed9f8f 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,12 @@ makedirs: all: $(MAKE) gpgpusim +docs: + $(MAKE) -C doc/doxygen/ + +cleandocs: + $(MAKE) clean -C doc/doxygen/ + clean: $(MAKE) cleangpgpusim -- cgit v1.3