.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:
parent
1c931dce8a
commit
7ab5ace250
4 changed files with 8 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue