Changeset 49fac1c926b76895e6420ab372d773c01944b246
- Timestamp:
- 12/17/11 00:51:49
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1324083109 -0500
- git-parent:
[880bb293eab2de1b4791dde31c4b80b5294979aa]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1324083109 -0500
- Message:
allow docbook in source files (in comments) and build developer documentation from it
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r49fa660 |
r49fac1c |
|
| 7 | 7 | (cd src && make install DESTDIR=$(DESTDIR)) |
|---|
| 8 | 8 | (cd sql && make install DESTDIR=$(DESTDIR)) |
|---|
| | 9 | |
|---|
| | 10 | dev-docs: |
|---|
| | 11 | ./buildtools/mkcodedocs.pl ./src ./docs/development/docs |
|---|
| 9 | 12 | |
|---|
| 10 | 13 | clean: |
|---|
| r23dea7e |
r49fac1c |
|
| 37 | 37 | &operation.all; |
|---|
| 38 | 38 | </part> |
|---|
| | 39 | <part id="development"> |
|---|
| | 40 | <title>Development</title> |
|---|
| | 41 | &development.all; |
|---|
| | 42 | </part> |
|---|
| 39 | 43 | <part id="reference"> |
|---|
| 40 | 44 | <title>Reference</title> |
|---|