From: Bill Wendling Date: Tue, 19 Jun 2012 22:25:17 +0000 (+0000) Subject: Use correct capitalization. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2e355f6c45e052121217a33b3c24af2864fca6d6;p=oota-llvm.git Use correct capitalization. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158752 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Projects.rst b/docs/Projects.rst index ea94ffd928e..c4be6da5a06 100644 --- a/docs/Projects.rst +++ b/docs/Projects.rst @@ -280,7 +280,7 @@ Variables for Building Programs For example, to link ``libsample.so``, you would have the following line in your ``Makefile``: - .. code-block:: Makefile + .. code-block:: makefile LIBS += -lsample