Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 84dff0a

Browse files
author
DEWITTE Pierre-Alban
committed
Generating the doc
1 parent f97e6f1 commit 84dff0a

File tree

523 files changed

+3807
-58609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

523 files changed

+3807
-58609
lines changed

Makefile

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
include Makefile.inc
2-
3-
ALL: clean prepare docker test
1+
ALL: clean prepare docs
42

53
.PHONY: ALL \
64
purge clean prepare \
7-
watch dev docs
5+
dev docs
86

97
purge:
108
@rm -rf bower_components/
@@ -16,18 +14,8 @@ prepare:
1614
@git fetch --tags
1715
@bower install $(BOWER_PARAMETERS)
1816

19-
build:
20-
21-
test:
22-
23-
docker: build
24-
25-
watch:
26-
2717
dev:
2818
@polyserve
2919

3020
docs:
31-
@rm -rf docs/components/* && mkdir -p docs/components
32-
@cd docs && bower install -q ../../myscript-text-web
33-
@cp -r bower_components/* docs/components/
21+
rm -rf docs/components/* && mkdir -p docs/components; cd docs && bower install -q ../../myscript-text-web; cp -r bower_components/* docs/components/

Makefile.inc

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/components/cryptojslib/.bower.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/components/cryptojslib/.gitattributes

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/components/cryptojslib/.gitignore

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)