Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(manifest): fix documentation and missing files (DSP-1580) (#80)
* add list from excel documentation to create section

* fix typo in Makefile

* add new files to manifest
  • Loading branch information
irinaschubert committed Aug 11, 2021
1 parent 761c1b0 commit 3345f2a
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 583 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -1,4 +1,6 @@
include README.md
include knora/dsplib/utils/knora-schema.json
include knora/dsplib/utils/knora-schema-lists.json
include knora/dsplib/utils/knora-schema-lists-only.json
include knora/dsplib/utils/knora-data-schema.xsd
include knora/dsplib/utils/language-codes-3b2_csv.csv
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -73,7 +73,7 @@ help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort

.PHONY: run
run: ## create dist, inatall and run
run: ## create dist, install and run
$(MAKE) clean
$(MAKE) dist
$(MAKE) install
Expand Down

0 comments on commit 3345f2a

Please sign in to comment.