We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb87002 commit 9d6e239Copy full SHA for 9d6e239
Makefile
@@ -143,6 +143,9 @@ TMP_FOLDER ?= tmp
143
# Define the folder name convention for TypeScript declaration files:
144
TYPESCRIPT_DECLARATIONS_FOLDER ?= $(DOCUMENTATION_FOLDER)/types
145
146
+# Define the folder name convention for REPL tutorial files:
147
+TUTORIALS_FOLDER ?= $(DOCUMENTATION_FOLDER)/tutorials
148
+
149
# Define filename extension conventions (keep in alphabetical order):
150
AWK_FILENAME_EXT ?= awk
151
BASH_FILENAME_EXT ?= sh
0 commit comments