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
8b46874f
Unverified
Commit
8b46874f
authored
Mar 04, 2019
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix report dependencies
parent
67b6f587
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
makefile
makefile
+1
-1
makefile-language
makefile-language
+2
-2
No files found.
makefile
View file @
8b46874f
...
...
@@ -73,7 +73,7 @@ $(CCMTOOLKITDIR)/language-%.yml:
.PHONY
:
stats
stats
:
reports/status.pdf reports/worklog.pdf
reports/status.md
:
$(shell git ls-files -- '*.md') $(CCMTOOLKITDIR)/languages.yml
$$(new
commits
)
reports/status.md
:
$(shell git ls-files -- '*.md') $(CCMTOOLKITDIR)/languages.yml
repository-last
commit
.t
s
mkdir
-p
$(
dir
$@
)
export
PS4
=
;
exec
>
$@
# black magic
echo
---
...
...
makefile-language
View file @
8b46874f
...
...
@@ -38,7 +38,7 @@ BOOKMANIFESTS := $(foreach BOOK,$(BOOKS),book_$(BOOK)__$(_book)_$(BOOK)-manifest
.PHONY: language $(BOOKMANIFESTS)
language: $(BOOKMANIFESTS)
stats: reports/progress.pdf reports/
language
-worklo
n
g.pdf
stats: reports/progress.pdf 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)'
...
...
@@ -103,7 +103,7 @@ reports/translations-worklog.md: combined-worklogs.sqlite combined-daylog.sqlite
done |
$(PANDOC) $(PANDOCARGS) -F pantable -o $@
reports/progress.md: $(CCMTOOLKITDIR)/languages.yml
$$(new
commits
)
reports/progress.md: $(CCMTOOLKITDIR)/languages.yml
repository-last
commit
.t
s
mkdir -p $(dir $@)
export PS4=; exec > $@ # black magic
echo ---
...
...
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