Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 458 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 458 Bytes

docsys

Document build system based on GNU Make

Setting up

Add to new project or no-vcs project

$ mkdir your-project
$ cd your-project
$ git clone https://github.com/yasuo-ozu/docsys.git .docsys
$ make -C .docsys install

Add to a vcs project

$ cd your-project
$ git submodule add https://github.com/yasuo-ozu/docsys.git .docsys
$ make -C .docsys install

Use sample

$ cp -r .docsys/sample/simple/* .