Allow command line overrides for built documentation.
authorW. Trevor King <wking@drexel.edu>
Fri, 22 Oct 2010 14:06:03 +0000 (10:06 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 22 Oct 2010 14:06:03 +0000 (10:06 -0400)
commit4ee83193a9fb8433ca4769b85b9244dc5cd9d4fa
treead395f290fb03f98077ae02d4e50062a5502d188
parentc3d3f531440102986c83bf6611f45e81c9e636b3
Allow command line overrides for built documentation.

For example, to install without documentation, use:
  $ make DOC= install
which overrides Makefile's default DOC definition, setting it to the
empty string.
Makefile
setup.py