This commit is contained in:
Jean-Francois Dockes 2019-04-13 12:21:29 +02:00
parent b6e450129f
commit fc879d5f0c
2 changed files with 1472 additions and 1225 deletions

File diff suppressed because it is too large Load Diff

View File

@ -59,10 +59,10 @@ usermanual-rst: recoll-conf-xml
sed -e '/xi:include/r rcl-conf-tail.xml' \
< usermanual.xml > full-man.xml
sed -i -e '/xi:include/d' -e '/<?xml version="1.0"?>/d' full-man.xml
pandoc -s --toc -f docbook -t rst full-man.xml > \
pandoc -s -f docbook -t rst full-man.xml > \
../../../docs/index.rst
rm -f rcl-conf-tail.xml full-man.xml
-@echo fix termmatch and execute
# not needed with pandoc 2.x -@echo fix termmatch and execute
#(cd sphinx;make html)