Skip to content

Commit 1cd4291

Browse files
committed
Merge pull request #36 from davidchambers/docs
update "docs" directory
2 parents 57ad4a4 + f2b406f commit 1cd4291

File tree

4 files changed

+2279
-1427
lines changed

4 files changed

+2279
-1427
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ $(VERSION)/style.css: $(LESS_FILES)
5454
mkdir -p '$(@D)'
5555
$(LESS) less/ramda.less >'$@'
5656

57+
docs/%: $(VERSION)/docs/%
58+
mkdir -p '$(@D)'
59+
cp '$<' '$@'
60+
5761
.PHONY: index.html
5862
index.html: check-version
5963
echo '<!DOCTYPE html><html><head><link rel="canonical" href="http://ramdajs.com/$(VERSION)/index.html" /><script>window.location = "$(VERSION)/index.html" + window.location.hash;</script></head><body></body></html>' >'$@'

0 commit comments

Comments
 (0)