Skip to content

yasuo-ozu/docsys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/* .

About

Makefile for SATySFi, tex, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published