diff options
author | Bill Spotz <wfspotz@sandia.gov> | 2013-03-11 20:40:46 -0600 |
---|---|---|
committer | Bill Spotz <wfspotz@sandia.gov> | 2013-03-11 20:40:46 -0600 |
commit | 37e75e6e02cd9c48fe24ec0b4e700d9461b03610 (patch) | |
tree | 138e6c20adea86eff913d7180cce5d1c923fe512 /doc | |
parent | 671cde1471d56fa71f7a70863b64147b9b2eeb0b (diff) | |
download | numpy-37e75e6e02cd9c48fe24ec0b4e700d9461b03610.tar.gz |
Removed doc from list of sub-directories
The doc directory has been moved elsewhere, so I removed the reference
to it in the Makefile.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/swig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/swig/Makefile b/doc/swig/Makefile index 79eb33fcc..0478ac76f 100644 --- a/doc/swig/Makefile +++ b/doc/swig/Makefile @@ -1,5 +1,5 @@ # List all of the subdirectories here for recursive make -SUBDIRS = test doc +SUBDIRS = test # Default target .PHONY : default |