Skip to content

Commit

Permalink
Add folder name convention for REPL tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 15, 2019
1 parent fb87002 commit 9d6e239
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -143,6 +143,9 @@ TMP_FOLDER ?= tmp
# Define the folder name convention for TypeScript declaration files:
TYPESCRIPT_DECLARATIONS_FOLDER ?= $(DOCUMENTATION_FOLDER)/types

# Define the folder name convention for REPL tutorial files:
TUTORIALS_FOLDER ?= $(DOCUMENTATION_FOLDER)/tutorials

# Define filename extension conventions (keep in alphabetical order):
AWK_FILENAME_EXT ?= awk
BASH_FILENAME_EXT ?= sh
Expand Down

0 comments on commit 9d6e239

Please sign in to comment.