Skip to content

Commit 543d219

Browse files
committed
Fix extra sources in makefile
1 parent 5e69b2b commit 543d219

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sources/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ INSTALL_DIR = $(TOP_DIR)/install
1818
SOURCES = $(shell find . -mindepth 2 -name '*.md')
1919

2020
# Special top-level markdown files
21-
EXTRA_SOURCES = course_examples.md \
22-
disclaimer.md \
23-
glossary.md \
21+
EXTRA_SOURCES = glossary.md \
2422
contributing.md \
2523
introduction.md \
2624
main_raw.md \

0 commit comments

Comments
 (0)