- Timestamp:
- Aug 26, 2008, 5:48:19 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1437 r1438 239 239 doc/Makefile 240 240 doc/doxygen.config 241 doc/first_page.doxygen 241 242 test/Makefile 242 243 test/environment.h -
trunk/doc/Makefile.am
r1437 r1438 25 25 # 02111-1307, USA. 26 26 27 EXTRA_DIST = build_tool.doxygen concepts.doxygen first_page.doxygen\27 EXTRA_DIST = build_tool.doxygen concepts.doxygen \ 28 28 namespaces.doxygen Statistics.doxygen 29 29 … … 31 31 doc: html dvi ps pdf 32 32 33 stamp-doxygen: doxygen.config Makefile 33 stamp-doxygen: doxygen.config Makefile first_page.doxygen 34 34 @$(MAKE) $(AM_MAKEFLAGS) update-stamp-doxygen 35 35 -
trunk/doc/doxygen.config.in
r1437 r1438 49 49 # if some version control system is used. 50 50 51 PROJECT_NUMBER = @PACKAGE_VERSION@51 #PROJECT_NUMBER = @PACKAGE_VERSION@ 52 52 53 53 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 346 346 # with spaces. 347 347 348 INPUT = @srcdir@/build_tool.doxygen @ srcdir@/first_page.doxygen @srcdir@/namespaces.doxygen @srcdir@/concepts.doxygen @srcdir@/Statistics.doxygen @top_srcdir@/yat @top_builddir@/yat348 INPUT = @srcdir@/build_tool.doxygen @builddir@/first_page.doxygen @srcdir@/namespaces.doxygen @srcdir@/concepts.doxygen @srcdir@/Statistics.doxygen @top_srcdir@/yat @top_builddir@/yat 349 349 350 350 # If the value of the INPUT tag contains directories, you can use the -
trunk/doc/first_page.doxygen.in
r1437 r1438 1 // @configure_input@ 1 2 // $Id$ 2 3 … … 25 26 26 27 /** 27 @mainpage 28 @mainpage @PACKAGE_STRING@ 28 29 29 30 This is the documentation for the yat library.
Note: See TracChangeset
for help on using the changeset viewer.