doc: added prepdoc.sh script for simple working on documentation
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 12 Jun 2020 15:07:27 +0000 (17:07 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 14 Jun 2020 09:07:35 +0000 (11:07 +0200)
commited546e6d8073f2b5e0c9acfd935cf7c6921d0c0a
treea7a5a2a4614d1a0b3ec686ed609cfbe558bb98bf
parent8fcedd27b1645a63f0080c7a3c0195e79b27ddec
doc: added prepdoc.sh script for simple working on documentation

I added the prepdoc.sh script to allow to work on the documentation
without having the full build environment. You can just checkout
from git and then run

  cd pspp/doc
  ./prepdoc.sh
  makeinfo --html pspp.texi
  open ./pspp/index.html

Maybe it is then easier for contributors to work on the documentation
without having to run Smake and configure with all the required
packages. prepdoc.sh will generate some dummy required texi files
which are normally generated during the build process.
doc/automake.mk
doc/prepdoc.sh [new file with mode: 0755]