Skip to content

Commit 3ce0c68

Browse files
committed
Renaming folder for diagrams, to prepare for flowchart diagrams.
1 parent f75be73 commit 3ce0c68

45 files changed

Lines changed: 57 additions & 37 deletions

Some content is hidden

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

source/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ PROJECT_DIR = $(CODE_DIR)projects/
7474
MD_DIRS = $(LECTURES_DIR) $(DOCS_DIR) $(LABS_DIR) $(SOL_DIR) $(PROJ_DIR)
7575
# The folder where the images are located.
7676
IMG_DIR = img/
77-
# The folder where the UML diagrams are located
78-
UML_DIR = uml/
77+
# The folder where the diagrams are located
78+
DIAG_DIR = diag/
7979
# The folder where the UML class diagrams are located
80-
CLA_DIR = $(UML_DIR)cla/
80+
CLA_DIR = $(DIAG_DIR)cla/
81+
# The folder where the flowcharts diagrams are located
82+
FLO_DIR = $(DIAG_DIR)flo/
8183
# The folder where the videos are located.
8284
VID_DIR = vid/
8385
# The folders where the project are located.
File renamed without changes.

0 commit comments

Comments
 (0)