OSDN Git Service

Import GNU_coreutils from https://scm.osdn.net/gitroot/linuxjm/coreutils.git
[linuxjm/jm.git] / guide / Makefile.venv-wrap
1 include ../JM.rules
2
3 all:    build-guide
4
5 build-guide:
6         bash -x build-jm-guide.sh html
7
8 _build/html/index.html: build-guide
9
10 clean:
11         bash -x build-jm-guide.sh clean
12
13 install:        _build/html/index.html
14         rsync -av --delete _build/html/ $(WWWROOT)/guide