[llvm-commits] [hlvm] r38189 - /hlvm/trunk/Makefile
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:00:57 PDT 2007
Author: reid
Date: Sat Jul 7 19:00:57 2007
New Revision: 38189
URL: http://llvm.org/viewvc/llvm-project?rev=38189&view=rev
Log:
Add a new target for documentation generation.
Modified:
hlvm/trunk/Makefile
Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38189&r1=38188&r2=38189&view=diff
==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul 7 19:00:57 2007
@@ -22,6 +22,9 @@
install:
scons -Q install
+doc:
+ scons -Q docs
+
hlvm:
cd hlvm ; scons -Q -u
More information about the llvm-commits
mailing list