Skip to content

Commit 9d6e239

Browse files
committed
Add folder name convention for REPL tutorials
1 parent fb87002 commit 9d6e239

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ TMP_FOLDER ?= tmp
143143
# Define the folder name convention for TypeScript declaration files:
144144
TYPESCRIPT_DECLARATIONS_FOLDER ?= $(DOCUMENTATION_FOLDER)/types
145145

146+
# Define the folder name convention for REPL tutorial files:
147+
TUTORIALS_FOLDER ?= $(DOCUMENTATION_FOLDER)/tutorials
148+
146149
# Define filename extension conventions (keep in alphabetical order):
147150
AWK_FILENAME_EXT ?= awk
148151
BASH_FILENAME_EXT ?= sh

0 commit comments

Comments
 (0)