diff --git a/Makefile b/Makefile index 28565e07..dedd1458 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ PREFIX=/usr BINDIR=$(PREFIX}/bin +WEBDIR=$$HOME/niconetz +WEBPAGE=software/cdist.mdwn install: cp bin/* $(BINDIR) @@ -13,7 +15,9 @@ sync: .rsync nicosc@ru3.inf.ethz.ch:cdist 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: git push --mirror diff --git a/REAL_README b/REAL_README index f9e989ee..de0ddbba 100644 --- a/REAL_README +++ b/REAL_README @@ -47,3 +47,19 @@ and it is equipped with manpages. ## How to use 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). + + + + +