Changeset 37453 in project for wiki/eggref/4/chicken-doc-admin
- Timestamp:
- 03/24/19 18:03:35 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/chicken-doc-admin
r37084 r37453 35 35 $ chicken-doc-admin -i 36 36 37 Now download and processthe wiki documentation:37 Check out the wiki documentation: 38 38 39 39 $ svn co --username anonymous --password "" \ 40 http://code.call-cc.org/svn/chicken-eggs/wiki 40 https://code.call-cc.org/svn/chicken-eggs/wiki 41 42 To import Chicken 5 documentation: 43 44 $ chicken-doc-admin -m wiki/man/5 45 $ chicken-doc-admin -e wiki/eggref/5 46 47 To import Chicken 4 documentation, use 4 instead of 5: 48 41 49 $ chicken-doc-admin -m wiki/man/4 42 50 $ chicken-doc-admin -e wiki/eggref/4 51 52 {{chicken-doc-admin}} is aware of the structure of both Chicken 4 and Chicken 5 53 manual pages and will automatically import them appropriately. Both Chicken 4 54 and 5 can serve either documentation version. 55 43 56 44 57 ==== Locally installed egg documentation
Note: See TracChangeset
for help on using the changeset viewer.