diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-08-22 20:01:13 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-08-27 09:31:30 (GMT) |
commit | d0e424038e16a928527588f3d7626f57d34fd486 (patch) | |
tree | 28e398a59fc75eae9e9c731071ed8abf9bd06293 /Makefile | |
parent | 6adb5ade12836064d271868ce5fe16a3e0cc779b (diff) | |
download | mxe-d0e424038e16a928527588f3d7626f57d34fd486.zip mxe-d0e424038e16a928527588f3d7626f57d34fd486.tar.gz mxe-d0e424038e16a928527588f3d7626f57d34fd486.tar.bz2 |
rename doc/ to docs/
See https://github.com/mxe/mxe/issues/1500
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE))) EXT_DIR := $(TOP_DIR)/ext # GNU Make Standard Library (http://gmsl.sourceforge.net/) -# See doc/gmsl.html for further information +# See docs/gmsl.html for further information include $(EXT_DIR)/gmsl MXE_TRIPLETS := i686-w64-mingw32 x86_64-w64-mingw32 |