Files
@ r1:5e332663b41f
Branch filter:
Location: public/ws-vacation/.htaccess.in - annotation
r1:5e332663b41f
390 B
text/plain
Makefile: do not generate documentation automatically.
The documentation needs Docutils and is therefore distributed in compiled
form. The normal make process should not require docutils tobe installed.
The documentation needs Docutils and is therefore distributed in compiled
form. The normal make process should not require docutils tobe installed.
r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 r0:ec1fe8c48272 | <Files ".*">
order allow,deny
Deny from all
</Files>
<Files "docutils.conf">
order allow,deny
Deny from all
</Files>
<Files "sync.sh">
order allow,deny
Deny from all
</Files>
<Files "Makefile">
order allow,deny
Deny from all
</Files>
AuthUserFile @base_dir@/lib/.htpasswd
# AuthGroupFile .htgroup
# User authorization
AuthType Basic
AuthName "Urlaubseinstellungen"
require valid-user
|