Skip to content

Commit 0af9996

Browse files
committed
Fix target paths of generated HTML docs
1 parent da5c75a commit 0af9996

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

fluent-bundle/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ html:
5151
--excludePrivate \
5252
--logger none \
5353
--hideGenerator
54-
@echo -e " $(OK) html build"
54+
@echo -e " $(OK) html built"
5555

5656
clean:
5757
@rm -f esm/*.js esm/*.d.ts esm/.compiled

fluent-dedent/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ compat.js: $(SOURCES)
4545

4646
html:
4747
@typedoc src \
48-
--out ../html/bundle \
48+
--out ../html/dedent \
4949
--mode file \
5050
--excludeNotExported \
5151
--excludePrivate \
5252
--logger none \
5353
--hideGenerator
54-
@echo -e " $(OK) html build"
54+
@echo -e " $(OK) html built"
5555

5656
clean:
5757
@rm -f esm/*.js esm/*.d.ts esm/.compiled

fluent-sequence/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ compat.js: $(SOURCES)
4545

4646
html:
4747
@typedoc src \
48-
--out ../html/bundle \
48+
--out ../html/sequence \
4949
--mode file \
5050
--excludeNotExported \
5151
--excludePrivate \
5252
--logger none \
5353
--hideGenerator
54-
@echo -e " $(OK) html build"
54+
@echo -e " $(OK) html built"
5555

5656
clean:
5757
@rm -f esm/*.js esm/*.d.ts esm/.compiled

0 commit comments

Comments
 (0)