From d0c7f0ea98529a15d315c5cfca08ff5753dbc431 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 19 Jul 2012 08:01:09 +0000 Subject: [PATCH] chmmaker: added readme git-svn-id: trunk@37967 - --- .gitattributes | 1 + tools/chmmaker/README.txt | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 tools/chmmaker/README.txt diff --git a/.gitattributes b/.gitattributes index 5d7250f8b4..a227b373c4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6501,6 +6501,7 @@ tools/apiwizz/apiwizard.pp svneol=native#text/pascal tools/apiwizz/apiwizz.lpi svneol=native#text/plain tools/apiwizz/apiwizz.pp svneol=native#text/pascal tools/check_ide_libs.sh -text svneol=native#application/x-sh +tools/chmmaker/README.txt svneol=native#text/plain tools/chmmaker/chmmaker.lpi svneol=native#text/plain tools/chmmaker/chmmaker.lpr svneol=native#text/plain tools/chmmaker/chmsitemapeditor.lfm svneol=native#text/plain diff --git a/tools/chmmaker/README.txt b/tools/chmmaker/README.txt new file mode 100644 index 0000000000..c864756034 --- /dev/null +++ b/tools/chmmaker/README.txt @@ -0,0 +1,6 @@ +Quick start: + +Compile and run chmmaker.lpi +Open the project "example/example.hfp" via the menu File / Open +Click the "Compile" button. +This will create "example.chm", which can be shown by any chm viewer, including "lhelp", which you can find in lazarus/components/chmhelp/lhelp/.