/+junk/gjs-vapi

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/gjs-vapi

« back to all changes in this revision

Viewing changes to generate_docs.sh

  • Committer: Gustav Hartvigsson
  • Date: 2021-09-14 13:48:07 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210914134807-243snmyahzhnn98e
* Added script for building docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#/usr/bin/env bash
 
2
 
 
3
DOCS_OUT_DIR=gjs-vapi-docs
 
4
 
 
5
if [ -d "$DOCS_OUT_DIR" ]
 
6
then
 
7
  rm -R $DOCS_OUT_DIR
 
8
fi
 
9
valadoc gjs-1.0.vapi --pkg=gio-2.0 --pkg=posix --directory=$DOCS_OUT_DIR