mirror of
https://github.com/AdaCore/VSS.git
synced 2026-02-12 13:06:25 -08:00
8 lines
333 B
Makefile
8 lines
333 B
Makefile
SKIP_TEXT=$(shell find ../source/text -regex '.*\(impl\|internal\).*.ads' -printf %f,)
|
|
SKIP_JSON=$(shell find ../source/json -regex '.*\(impl\|internal\).*.ads' -printf %f,)
|
|
|
|
docs:
|
|
gnatdoc -P ../gnat/vss_json.gpr --ignore-files=$(SKIP_TEXT),$(SKIP_JSON)
|
|
cp -fv gnatdoc.css ../.objs/gnatdoc/
|
|
pandoc README.md > ../.objs/index.html
|