diff --git a/.gitattributes b/.gitattributes index 2d0330f79d..b8a3037a36 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1708,6 +1708,7 @@ docs/acknowledgements.txt svneol=native#text/plain docs/booth/ProdProgEntwMitOpenSourceSystems2007.odp -text docs/contributors.utf8 svneol=native#text/plain docs/html/README.txt svneol=native#text/plain +docs/html/build_chm.bat svneol=native#text/plain docs/html/build_gtkintf_html.sh svneol=native#text/plain docs/html/build_html.bat svneol=native#text/plain docs/html/build_html.sh svneol=native#text/plain diff --git a/docs/html/build_chm.bat b/docs/html/build_chm.bat new file mode 100644 index 0000000000..3889ace78d --- /dev/null +++ b/docs/html/build_chm.bat @@ -0,0 +1,11 @@ +REM +REM Builds all Lazarus docs and pack them in one .chm file +REM +REM Notes: +REM +REM 1 - Please fix the path in this file for your installation +REM 2 - Before running this file, first compile the project build_lcl_docs.lpi +REM +PATH=D:\programming\fpc\bin\i386-win32\ +build_lcl_docs.exe --outfmt chm --arg --make-searchable +pause \ No newline at end of file