~ubuntu-branches/ubuntu/vivid/globus-gridmap-callout-error/vivid-proposed

« back to all changes in this revision

Viewing changes to doxygen/Doxyfile.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-31 15:50:21 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111231155021-wpryuet377ivdzo5
Tags: 1.2-1
* Update to Globus Toolkit 5.2.0
* Make doc package architecture independent

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# Include the standard part of the doxygen configuration:
14
14
#
15
15
 
16
 
@INCLUDE_PATH = @prefix@/share/doxygen
 
16
@INCLUDE_PATH = @doxygendir@
17
17
 
18
18
@INCLUDE = Doxyfile.include
19
19
 
64
64
# each generated HTML page. If it is left blank doxygen will generate a 
65
65
# standard header.
66
66
 
67
 
HTML_HEADER            = @prefix@/share/doxygen/globus_head.html
 
67
HTML_HEADER            = @doxygendir@/globus_head.html
68
68
 
69
69
# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
70
70
# each generated HTML page. If it is left blank doxygen will generate a 
71
71
# standard footer.
72
72
 
73
 
HTML_FOOTER            = @prefix@/share/doxygen/globus_foot.html
 
73
HTML_FOOTER            = @doxygendir@/globus_foot.html
74
74
 
75
75
# The HTML_STYLESHEET tag can be used to specify a user defined cascading 
76
76
# style sheet that is used by each HTML page. It can be used to 
77
77
# fine-tune the look of the HTML output. If the tag is left blank doxygen 
78
78
# will generate a default style sheet 
79
79
 
80
 
HTML_STYLESHEET        = @prefix@/share/doxygen/globus.css
 
80
HTML_STYLESHEET        = 
81
81
 
82
82
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
83
83
# the generated latex document. The header should contain everything until 
84
84
# the first chapter. If it is left blank doxygen will generate a 
85
85
# standard header. Notice: only use this tag if you know what you are doing! 
86
86
 
87
 
LATEX_HEADER           = @prefix@/share/doxygen/globus_head.tex
 
87
LATEX_HEADER           = 
88
88
 
89
89
# The PREDEFINED tag can be used to specify one or more macro names that 
90
90
# are defined before the preprocessor is started (similar to the -D option of