mirror of https://github.com/CGAL/cgal
Add comments to our config file html2textrc to explain how to use it.
This commit is contained in:
parent
caff346322
commit
dfb4811e42
|
|
@ -1,3 +1,10 @@
|
|||
# To be used with html2text
|
||||
# http://www.mbayer.de/html2text/
|
||||
#
|
||||
# The command line is:
|
||||
# html2text -rcfile html2textrc changes.html >| CHANGES
|
||||
# and then manually remove the first lines about releases history.
|
||||
|
||||
#release line
|
||||
H2.prefix = --------------------------------
|
||||
H2.suffix = \ --------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue