diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:24:56 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-05-28 00:24:56 -0700 |
commit | f8b2b9341661440dde1644f3c7f1c8479dd7c149 (patch) | |
tree | fb9fe9c7761f6c9f63104e7e22403758e1414c49 /docs/Makefile | |
parent | c5f25beb3e50939ff61997717960369c1897f90a (diff) | |
download | librambutan-f8b2b9341661440dde1644f3c7f1c8479dd7c149.tar.gz librambutan-f8b2b9341661440dde1644f3c7f1c8479dd7c149.zip |
docs: superficial librambutan rebranding
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index 5255525..8b35b93 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -# Makefile for LeafLabs documentation (automatically generated by +# Makefile for librambutan documentation (automatically generated by # Sphinx). # You can set these variables from the command line. @@ -130,5 +130,5 @@ doctest: "results in $(BUILDDIR)/doctest/output.txt." doxygen: - @echo "Wrong! You need to run this from within libmaple!" + @echo "Wrong! You need to run this from the top level!" false |