File tree Expand file tree Collapse file tree 8 files changed +19
-88
lines changed
Expand file tree Collapse file tree 8 files changed +19
-88
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ locale/*.mo
4242locale/*.bak
4343locale/*.poedit
4444website/www/_tmp/
45+ website/www/docs
4546website/www/html/
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22Roundup: an Issue-Tracking System for Knowledge Workers
33=======================================================
44
5+ For how to contact the community see http://www.roundup-tracker.org .
6+
57Contents
68========
79
@@ -16,10 +18,8 @@ Contents
1618 customizing
1719 admin_guide
1820 xmlrpc
19- spec
2021 original design <design>
2122 developers
2223 tracker_templates
23- contact
2424 acknowledgements
2525 license
Original file line number Diff line number Diff line change 11License
22=======
33
4- See COPYING.txt in the software distribution for the licensing terms.
4+ Roundup is Free Software under the following license (from the file
5+ COPYING.txt in the software distribution):
56
7+ .. include:: ../../../COPYING.txt
8+ :literal:
Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ www.roundup-tracker.org:
2121 . docbuilder/bin/activate
2222 * update the working copy
2323 cd ${project_home}/src/roundup/website/www
24- FIXME hg pull -u
25- FIXME ln -s ../../doc/ docs
24+ hg pull -u /home/scm_hg/r/ro/roundup/roundup
25+ (The warning about "Not trusting file
26+ /home/scm_hg/r/ro/roundup/roundup/.hg/hgrc from untrusted user"
27+ can be ignored)
2628 * build it
2729 make html
2830 * you may also "make clean"
Original file line number Diff line number Diff line change 1111clean :
1212 -rm -rf $(TMP )
1313
14- html :
14+ docs :
15+ ln -s ../../doc ./docs
16+
17+ html : docs
1518 mkdir -p $(TMP ) /doctrees $(HTML )
1619 sphinx-build -b html -d $(TMP ) /doctrees . $(HTML )
1720
Original file line number Diff line number Diff line change 66
77 docs/features
88 docs/installation
9+ docs/upgrading
910 docs/FAQ
1011 docs/user_guide
1112 docs/customizing
1213 docs/admin_guide
1314 docs/xmlrpc
14- docs/upgrading
1515 Design (original) <docs/design>
1616 docs/developers
17+ docs/tracker_templates
18+ docs/acknowledgements
19+ docs/license
You can’t perform that action at this time.
0 commit comments