| 33 |
|
|
| 34 |
= From root of source tree = |
= From root of source tree = |
| 35 |
|
|
| 36 |
make html |
make all |
| 37 |
Do not require remote connection. |
Do not require remote connection. |
| 38 |
Results are in $(PUBLISHDIR) |
Results are in $(PUBLISHDIR) |
| 39 |
|
|
| 40 |
make update |
make publish |
| 41 |
Update XML source with remote data. |
Used by DDP |
| 42 |
|
|
| 43 |
make xml |
make xml |
| 44 |
Create English XML source files from asciidoc etc. |
Create English XML source files from asciidoc etc. |
| 50 |
Create Translated XML source files |
Create Translated XML source files |
| 51 |
for $(LANGA) from po and English XML |
for $(LANGA) from po and English XML |
| 52 |
|
|
|
make htmlonly |
|
|
Clean source excluding $(PUBLISHDIR) |
|
|
to be ready for rsync |
|
|
|
|
| 53 |
make clean |
make clean |
| 54 |
Clean source to be ready for packaging |
Clean source to be ready for packaging |
| 55 |
|
|