/+junk/libgego

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

« back to all changes in this revision

Viewing changes to docs/build_docs

  • Committer: Gustav Hartvigsson
  • Date: 2015-07-08 20:02:12 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150708200212-f4h8zv68h5ijgtsd
* Fixed the compile of the GI Scanner... I Hope...

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
DOC_SOURCE_DIR=../src
5
5
 
6
6
export CFLAGS=`pkg-config --cflags gobject-2.0 glib-2.0`
7
 
export LIBS=`pkg-config --libs gobject-2.0 glib-2.0` -lgego
 
7
export LDFLAGS=`pkg-config --libs gobject-2.0 glib-2.0` -lgego
8
8
# sources have changed
9
9
echo "Running gtkdoc-scan"
10
10
gtkdoc-scan --module=$DOC_MODULE $DOC_SOURCE_DIR/*.[h,c]