Changeset 8964 for trunk/psLib/Doxyfile.in
- Timestamp:
- Sep 25, 2006, 3:37:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/Doxyfile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/Doxyfile.in
r3589 r8964 18 18 # by quotes) that should identify the project. 19 19 20 PROJECT_NAME = "Pan-STARRS Foundation Library"20 PROJECT_NAME = @PACKAGE_NAME@ 21 21 22 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 31 31 # where doxygen was started. If left blank the current directory will be used. 32 32 33 OUTPUT_DIRECTORY = @prefix@/docs/pslib 33 # @top_builddir@ doesn't work for some reason 34 OUTPUT_DIRECTORY = @builddir@/docs 34 35 35 36 # The OUTPUT_LANGUAGE tag is used to specify the language in which all … … 362 363 # with spaces. 363 364 364 INPUT = src365 INPUT = @top_srcdir@/src 365 366 366 367 # If the value of the INPUT tag contains directories, you can use the … … 934 935 # interpreter (i.e. the result of `which perl'). 935 936 936 PERL_PATH = /usr/bin/perl937 PERL_PATH = @PERL@ 937 938 938 939 #---------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
