#!/bin/sh
dirs="language-manual library-reference"
for dir in $dirs
do
	gura -C $dir -I ../module build-doc.gura pdf html
done
