genhtmldocs 538 B

1234567891011121314151617181920212223242526
  1. #! /bin/sh -
  2. set -e
  3. set -x
  4. echo "Regenerating pkgmanagement.html containing qi.html ..."
  5. txt2tags -t html pkgmanagement.t2t
  6. rm -rf html_node
  7. mkdir html_node
  8. htmldoc -t html -d html_node \
  9. --no-title \
  10. --toclevels 2 \
  11. --toctitle "Dragora Documentation" \
  12. ./about.html ./installation.html ./configuration.html \
  13. ./pkgmanagement.html
  14. # Adjust main title
  15. sed -i \
  16. -e 's#<TITLE>Qi user guide</TITLE>#<TITLE>Dragora Documentation</TITLE>#' \
  17. -e 's#Graft - a package management utility#Graft user guide#' \
  18. ./html_node/index.html