update webpage
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8fc01c61cb
commit
9d6f8012f2
2 changed files with 21 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -1,5 +1,7 @@
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
BINDIR=$(PREFIX}/bin
|
BINDIR=$(PREFIX}/bin
|
||||||
|
WEBDIR=$$HOME/niconetz
|
||||||
|
WEBPAGE=software/cdist.mdwn
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cp bin/* $(BINDIR)
|
cp bin/* $(BINDIR)
|
||||||
|
@ -13,7 +15,9 @@ sync:
|
||||||
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
||||||
|
|
||||||
web:
|
web:
|
||||||
cp REAL_README $$HOME/niconetz/software/cdist.mdwn
|
cp REAL_README $(WEBDIR)/$(WEBPAGE)
|
||||||
|
cd $(WEBDIR) && git commit -m "cdist update" $(WEBPAGE)
|
||||||
|
cd $(WEBDIR) && make pub
|
||||||
|
|
||||||
pub:
|
pub:
|
||||||
git push --mirror
|
git push --mirror
|
||||||
|
|
16
REAL_README
16
REAL_README
|
@ -47,3 +47,19 @@ and it is equipped with manpages.
|
||||||
## How to use cdist
|
## How to use cdist
|
||||||
|
|
||||||
man cdist
|
man cdist
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
### IRC
|
||||||
|
|
||||||
|
You can join the development ***IRC channel***
|
||||||
|
[#cLinux on irc.freenode.org](irc://irc.freenode.org/#cLinux).
|
||||||
|
|
||||||
|
### Mailing list
|
||||||
|
Bug reports, questions, patches, etc. should be send to the
|
||||||
|
[cdist mailing list](http://l.schottelius.org/mailman/listinfo/cdist).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue