mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Improve documentation and its structure
* Add short description for each component in the main README * Move more Info in separated files. * Add hint that csaf_provider offers a service interface. * Explain why windows only has uploader and checker. Co-authored-by: Bernhard Reiter <bernhard@intevation.de>
This commit is contained in:
parent
cd9f29ef2f
commit
6f02e6f5a5
7 changed files with 134 additions and 58 deletions
2
Makefile
2
Makefile
|
|
@ -77,7 +77,7 @@ dist: build_linux build_win
|
|||
cp README.md dist/$(DISTDIR)-windows-amd64
|
||||
cp bin-windows-amd64/csaf_uploader.exe bin-windows-amd64/csaf_checker.exe dist/$(DISTDIR)-windows-amd64/bin-windows-amd64/
|
||||
mkdir -p dist/$(DISTDIR)-windows-amd64/docs
|
||||
#cp docs/csaf_uploader.md docs/csaf_checker.md dist/$(DISTDIR)-windows-amd64/docs
|
||||
cp docs/csaf_uploader.md docs/csaf_checker.md dist/$(DISTDIR)-windows-amd64/docs
|
||||
mkdir dist/$(DISTDIR)-gnulinux-amd64
|
||||
cp -r README.md docs bin-linux-amd64 dist/$(DISTDIR)-gnulinux-amd64
|
||||
cd dist/ ; zip -r $(DISTDIR)-windows-amd64.zip $(DISTDIR)-windows-amd64/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue