mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 01:29:33 +02:00
added scripts to create html docs
git-svn-id: trunk@4305 -
This commit is contained in:
parent
bc2d5602a2
commit
f3f1cc765e
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -196,6 +196,7 @@ docs/ExtendingTheIDE.txt svneol=native#text/plain
|
||||
docs/LazarusIDEInternals.pdf -text svneol=unset#application/pdf
|
||||
docs/Packages.txt svneol=native#text/plain
|
||||
docs/html/update_gtkintf_html.sh -text svneol=native#application/x-sh
|
||||
docs/html/update_html.sh -text svneol=native#application/x-sh
|
||||
docs/html/update_lcl_html.sh -text svneol=native#application/x-sh
|
||||
docs/xml/lcl/actnlist.xml svneol=native#text/xml
|
||||
docs/xml/lcl/allunits.xml svneol=native#text/xml
|
||||
|
10
docs/html/README
Normal file
10
docs/html/README
Normal file
@ -0,0 +1,10 @@
|
||||
HTML documentation of Lazarus
|
||||
=============================
|
||||
|
||||
This directory contains the tools to create the HTML documentation for lazarus.
|
||||
The documentation is stored in fpdoc format in the docs/xml/ directory.
|
||||
|
||||
The script update_html.sh will automatically create the whole HTML
|
||||
documentation.
|
||||
|
||||
|
14
docs/html/update_html.sh
Normal file
14
docs/html/update_html.sh
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Author: Mattias Gaertner
|
||||
#
|
||||
# Creates the whole HTML output for Lazarus
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
./update_lcl_html.sh $@
|
||||
./update_gtkintf_html.sh $@
|
||||
|
||||
# end.
|
||||
|
Loading…
Reference in New Issue
Block a user