diff options
author | Eric <[email protected]> | 2012-11-21 17:19:14 -0500 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2012-11-21 16:44:05 -0700 |
commit | 6adcbaf611cbe33dc81687190e077dd927a45e54 (patch) | |
tree | 96f0410f70da4461c86e07f2074e3897644b685d /Makefile | |
parent | dac49bf161dbfda40a08e5b3baa756a715bcc231 (diff) | |
download | relx-6adcbaf611cbe33dc81687190e077dd927a45e54.tar.gz relx-6adcbaf611cbe33dc81687190e077dd927a45e54.tar.bz2 relx-6adcbaf611cbe33dc81687190e077dd927a45e54.zip |
remove docs (they have been moved to the wiki)
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -41,15 +41,6 @@ endif all: compile escript dialyzer test # ============================================================================= -# Include relevant sub-makefiles. -# ============================================================================= -# These are not subdirs, they are just additional makefile information -# that happens to live subdirectories - -include $(CURDIR)/docs/docs.mkf - - -# ============================================================================= # Rules to build the system # ============================================================================= |