.gitignore, Makefile, ccollect.sh, CHANGES

Added more generated dac to .gitignore

Added changing permissions on webserver

Fixed bug when user specifies "ccollect interval source/"
(If a user has a ":" in its path he should be shoot).

Added note to new documentation.
This commit is contained in:
Nico Schottelius 2006-06-13 12:44:32 +02:00
commit 7ab5ace250
4 changed files with 8 additions and 3 deletions

View file

@ -71,7 +71,8 @@ push-work:
publish-doc: documentation
@echo "Transferring files to $(host)"
@chmod a+r doc/*.html doc/*.text
@scp doc/*.text doc/*.html $(host):$(docdir)
@scp doc/*.text doc/*.html doc/*.texi doc/man/*.man $(host):$(docdir)
@ssh $(host) "cd $(docdir); chmod a+r *"
#
# Doku