|
1.21 (+1 -0 lines) |
05/01/2007 02:40 PM |
Chuck Hagenbuch chuck |
Clear books/*.xml files on make clean (they'll be regenerated from the .in versions) |
|
1.20 (+20 -19 lines) |
05/01/2007 02:10 PM |
Chuck Hagenbuch chuck |
Remove some unneeded variables, and add the LANG variable to determine which language to build. |
|
1.19 (+2 -2 lines) |
05/01/2007 12:46 AM |
Chuck Hagenbuch chuck |
- fix typo
- fix missing tab |
|
1.18 (+20 -20 lines) |
04/30/2007 03:09 PM |
Chuck Hagenbuch chuck |
comment out the lint steps for now |
|
1.17 (+91 -131 lines) |
04/30/2007 03:06 PM |
Chuck Hagenbuch chuck |
Working on the new build files. |
|
1.16 (+4 -2 lines) |
12/09/2001 07:31 PM |
bjn |
Use links as text browser if lynx isn't available. |
|
1.15 (+2 -2 lines) |
10/07/2001 03:35 PM |
jon |
Only general html, txt, and phpweb outputs.
This fixes 'make all'. |
|
1.14 (+4 -4 lines) |
08/15/2000 09:09 AM |
avsm |
Correct the dependancy for phpweb - it was pointing to web/manual.php
which we renamed to web/index.php a while back |
|
1.13 (+2 -2 lines) |
08/12/2000 11:09 AM |
avsm |
Change to a Horde tag from Id, and add phpweb to the make all target |
|
1.12 (+6 -8 lines) |
08/09/2000 12:34 PM |
avsm |
Strip out unnecessary Docbook3.0 checks for CATALOG, since we are bundling
4.1 with the repository now |
|
1.11 (+2 -2 lines) |
07/29/2000 01:15 PM |
avsm |
Couple of DSL tweaks - now justify paragraphs, changed root filename
from manual.php to index.php (seems to make more sense?), and also
generate a manifest file in the web directory called HORDEWEB.manifest
which contains a list of all files which were generated in the
transformation. |
|
1.10 (+2 -1 lines) |
07/28/2000 11:47 AM |
jon |
Ignore *.php files in the web/ directory/
Have 'make clean' delete web/*.php. |
|
1.9 (+7 -7 lines) |
07/27/2000 02:41 PM |
avsm |
The 'make phpweb' target will work now, and generate the .php files
in the web/ directory. There is no index.php autogenned yet, the root
file is 'manual.php'
There is NO navbar, although I tweaked manual.php to have a stub function
in there, and all the information is there, so it'll be simple to add. |
|
1.8 (+4 -2 lines) |
07/27/2000 01:58 PM |
avsm |
Added in a 'make bightml' and a 'make txt' target - check out the manual.txt
that results from the 'make txt' - very cool! |
|
1.7 (+2 -12 lines) |
07/27/2000 01:54 PM |
avsm |
Updated the autoconf scripts to update the list of files in the manual
more intelligently - it depends on find and awk, which I hope is ok
cross-platform (tested on BSD, about to try on Linux post-commit) |
|
1.6 (+1 -2 lines) |
07/27/2000 10:58 AM |
jon |
Killing the last howto.dsl reference. |
|
1.5 (+2 -6 lines) |
07/27/2000 07:58 AM |
avsm |
Removed the howto.dsl.in and cleaned up the target in the Makefile,
as we dont actually have a howto.xml (might as well leave that for the
PHP guys to maintain, and link to it externally). 'make all' now
generates html, ps, and pdf formats instead of just html. |
|
1.4 (+3 -3 lines) |
07/26/2000 04:10 PM |
avsm |
extend 'make clean' to remove *.pdf and *.fot |
|
1.3 (+3 -3 lines) |
07/26/2000 01:07 PM |
avsm |
Switch from using ps2pdf to TeTeX's dvipdfm instead. |
|
1.2 (+1 -8 lines) |
06/25/2000 04:23 PM |
jon |
Removing the PHP target. |
|
1.1 |
06/24/2000 06:16 PM |
jon |
Initial import of the DocBook / XML documentation. This is far
from ready for primetime, but it's a good start. Have a look at
the README for more information. |