diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-11-02 12:56:43 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-11-02 12:56:43 +0100 |
commit | 6fa3064fb5115e91cce64ab56c0b3b5c14b8b368 (patch) | |
tree | e1526c00665f2ecc677e9c3be8b4d3ab9047c1cd | |
parent | 3def5265510535afca772005158d07c829d36cd8 (diff) |
Document overriding repository setting for write access.
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ To pull in all translatable and translated parts, do this: make +To pull in all parts with write access to the repository, do this: + + make origin_ikiwiki='login@example.com:path/to/repositories/ikiwiki_$(underlay).git' + To remove all translatable and translated parts, and anything else below those directories without warning, do this: |