-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Re-import TODO.md * Fix installing documentation * Remove uncov-gcov on uninstalling * Squash database versions * Name this version v0.1
- Loading branch information
Showing
8 changed files
with
39 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,13 +110,14 @@ self-coverage: UNCOV_PREFIX := $(out_dir)/ | |
self-coverage: GCOV_PREFIX := ./ | ||
self-coverage: coverage | ||
|
||
man: $(out_dir)/docs/uncov.1 | ||
man: docs/uncov.1 | ||
# the next target doesn't depend on $(wildcard docs/*.md) to make pandoc | ||
# optional | ||
$(out_dir)/docs/uncov.1: force | $(out_dir)/docs | ||
docs/uncov.1: force | $(out_dir)/docs | ||
pandoc -V title=uncov \ | ||
-V section=1 \ | ||
-V app=uncov \ | ||
-V footer="uncov v0.1" \ | ||
-V date="$$(date +'%B %d, %Y')" \ | ||
-V author='xaizek <[email protected]>' \ | ||
-s -o $@ $(sort $(wildcard docs/*.md)) | ||
|
@@ -139,11 +140,11 @@ check: $(target) $(out_dir)/tests/tests reset-coverage | |
|
||
install: release | ||
$(INSTALL) -t $(DESTDIR)/usr/bin/ $(bin) uncov-gcov | ||
$(INSTALL) -m 644 $(out_dir)/docs/uncov.1 \ | ||
$(DESTDIR)/usr/share/man/man1/uncov.1 | ||
$(INSTALL) -m 644 docs/uncov.1 $(DESTDIR)/usr/share/man/man1/uncov.1 | ||
|
||
uninstall: | ||
$(RM) $(DESTDIR)/usr/bin/$(bin_name) $(DESTDIR)/usr/share/man/man1/uncov.1 | ||
$(RM) $(DESTDIR)/usr/bin/$(bin_name) $(DESTDIR)/usr/bin/uncov-gcov \ | ||
$(DESTDIR)/usr/share/man/man1/uncov.1 | ||
|
||
# work around parenthesis warning in tests somehow caused by ccache | ||
$(out_dir)/tests/tests: EXTRA_CXXFLAGS += -Wno-error=parentheses -Itests/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
**uncov**, _2016 – 2017_ | ||
**uncov**, _v0.1_, _2016 – 2017_ | ||
|
||
_This file last updated on 09 January, 2017_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters