Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CCM
CCM Toolkit
Commits
a5cd9d4b
Unverified
Commit
a5cd9d4b
authored
Mar 04, 2019
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more relevant reports to book and course builds
parent
87f29841
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
makefile-book
makefile-book
+2
-0
makefile-course
makefile-course
+2
-0
makefile-language
makefile-language
+1
-1
No files found.
makefile-book
View file @
a5cd9d4b
all: book
reports: reports/worklog.pdf
.PHONY: book
book: $(BOOKBASE)
...
...
makefile-course
View file @
a5cd9d4b
...
...
@@ -4,6 +4,8 @@ LESSONS := $(subst $(_lesson)-,,$(basename $(notdir $(wildcard $(LANGUAGE)/$(_le
all: course
reports: reports/worklog.pdf
debug_ccmtoolkit: debug_ccmtoolkit_lesson
.PHONY: debug_ccmtoolkit_lesson
...
...
makefile-language
View file @
a5cd9d4b
...
...
@@ -38,7 +38,7 @@ BOOKMANIFESTS := $(foreach BOOK,$(BOOKS),book_$(BOOK)__$(_book)_$(BOOK)-manifest
.PHONY: language $(BOOKMANIFESTS)
language: $(BOOKMANIFESTS)
reports:
reports/progress.pdf
reports/translations-worklog.pdf
reports: reports/translations-worklog.pdf
combined-worklogs.sqlite: repository-worklog.sqlite $(foreach SUBMODULE,$(SUBMODULES),$(SUBMODULE)/repository-worklog.sqlite)
sqlite3 $@ 'DROP TABLE IF EXISTS commits; CREATE TABLE commits (sha TEXT, author TEXT, date DATE, file TEXT, added INT, removed INT)'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment