Skip to content

Commit c8d090e

Browse files
committed
Merge
2 parents 412593d + 3c21a2b commit c8d090e

File tree

8 files changed

+19
-88
lines changed

8 files changed

+19
-88
lines changed

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ locale/*.mo
4242
locale/*.bak
4343
locale/*.poedit
4444
website/www/_tmp/
45+
website/www/docs
4546
website/www/html/

doc/ZPL.txt

Lines changed: 0 additions & 59 deletions
This file was deleted.

doc/contact.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

doc/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Roundup: an Issue-Tracking System for Knowledge Workers
33
=======================================================
44

5+
For how to contact the community see http://www.roundup-tracker.org .
6+
57
Contents
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

doc/license.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
License
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:

website/README.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

website/www/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ help:
1111
clean:
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

website/www/docs.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ Docs
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

0 commit comments

Comments
 (0)