|
Lines 30-36
Link Here
|
| 30 |
- -@if [ -d $(TOP)/htdocs/manual ]; then \ |
30 |
- -@if [ -d $(TOP)/htdocs/manual ]; then \ |
| 31 |
+ (cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \ |
31 |
+ (cd $(root)$(htdocsdir)-dist/ && $(TAR) -xf -); \ |
| 32 |
+ find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \ |
32 |
+ find $(root)$(htdocsdir)-dist/ -type d -exec chmod a+rx {} \; ; \ |
| 33 |
+ find $(root)$(htdocsdir)-dist/ -type f -print | xargs chmod a+r ; |
33 |
+ find $(root)$(htdocsdir)-dist/ -type f -exec chmod a+r {} \; ; |
| 34 |
echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \ |
34 |
echo "Copying tree $(TOP)/htdocs/manual -> $(root)/$(manualdir)/"; \ |
| 35 |
(cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ |
35 |
(cd $(TOP)/htdocs/manual/ && $(TAR) $(TAROPT) - *) |\ |
| 36 |
(cd $(root)$(manualdir)/ && $(TAR) -xf -); \ |
36 |
(cd $(root)$(manualdir)/ && $(TAR) -xf -); \ |