~ubuntu-branches/ubuntu/maverick/dolfin/maverick

« back to all changes in this revision

Viewing changes to scripts/makedoc

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2008-09-16 08:41:20 UTC
  • Revision ID: james.westby@ubuntu.com-20080916084120-i8k3u6lhx3mw3py3
Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# This script uses doxygen to create documentation.
 
4
 
 
5
# Simple test to see where we are
 
6
# FIXME: Does not work when typing ./scripts/...
 
7
CHECK=`echo $0 | cut -d'/' -f1`
 
8
if [ "$CHECK" != "scripts" ]; then
 
9
    echo "This script must be run from the top level directory."
 
10
    exit 1
 
11
fi
 
12
 
 
13
# Run doxygen
 
14
/usr/bin/doxygen doc/progr_reference/html/Doxyfile