From fa4ee2d7c868a9a5be9404b16cc21a077bf0a032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 1 Mar 2011 18:29:47 +0000 Subject: [PATCH] Add profile for html2text to generate CHANGES command line: html2text -rcfile html2textrc changes.html --- .gitattributes | 1 + Installation/html2textrc | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 Installation/html2textrc diff --git a/.gitattributes b/.gitattributes index 4d4c45b9441..65bd89ecb9f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1627,6 +1627,7 @@ Installation/config/support/print_ZLIB_version.cpp -text Installation/config/support/test_BOOST_THREAD.cpp -text Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ISFINITE.cpp -text Installation/doc_tex/Installation/illustration.png -text +Installation/html2textrc -text Installation/src/CGAL/all_files.cpp -text Installation/src/CMakeLists.txt -text Installation/test/Installation/CMakeLists.txt -text diff --git a/Installation/html2textrc b/Installation/html2textrc new file mode 100644 index 00000000000..b37c95046dc --- /dev/null +++ b/Installation/html2textrc @@ -0,0 +1,31 @@ +BODY.indent=2 + +#release line +H2.prefix = -------------------------------- +H2.suffix = \ -------------------------------- +H2.vspace.before= 1 +H2.vspace.after= 1 + +#package line or chapter line +H3.prefix = * +H3.suffix = +H3.vspace.before= 1 +H3.vspace.after= 0 + +#package line when chapter line is present +H4.prefix = \ ** +H4.suffix = +H4.vspace.before= 1 +H4.vspace.after= 0 + +#UL environment +UL.indents=2 +UL.vspace.before = 1 +UL.vspace.after = 1 +UL.vspace.between = 1 +UL.default_types = CUSTOM1 CUSTOM2 CUSTOM3 +LI.custom1_bullet= \ - +LI.custom2_bullet= \ - +LI.custom3_bullet= \ - + +