Changeset 2368 for box/trunk/docs


Ignore:
Timestamp:
27/10/2008 21:17:03 (4 years ago)
Author:
jamesog
Message:

Update distribution generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/docs/Makefile

    r2362 r2368  
    2222 
    2323docs: instguide adminguide manpages 
    24         mkdir -p $(HTMLPREFIX)/images 
    25         cp html/images/*.png $(HTMLPREFIX)/images/. 
    26         cp html/*.css $(HTMLPREFIX)/. 
     24        @mkdir -p $(HTMLPREFIX)/images 
     25        @cp html/images/*.png $(HTMLPREFIX)/images/. 
     26        @cp html/*.css $(HTMLPREFIX)/. 
    2727 
    2828adminguide: $(HTMLPREFIX)/adminguide/index.html  
Note: See TracChangeset for help on using the changeset viewer.