From a9a1dc29c72233158b8a8e1743585d545b6851d1 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Tue, 1 Nov 2011 08:32:32 -0800 Subject: Integrating documentation scripts into fermi. Read comment on CL10779 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10780] --- doc/doxygen/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/doxygen/Makefile (limited to 'doc/doxygen/Makefile') diff --git a/doc/doxygen/Makefile b/doc/doxygen/Makefile new file mode 100644 index 0000000..c87bb93 --- /dev/null +++ b/doc/doxygen/Makefile @@ -0,0 +1,7 @@ +all: docs + +docs: + doxygen gpgpu-sim.doxygen + +clean: + rm -rf latex html -- cgit v1.3