Changeset 573


Ignore:
Timestamp:
Apr 6, 2006, 10:43:28 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Made documentation generation optional, issue 'make doc' for docs generation.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r572 r573  
    2626
    2727SUBDIRS = lib test doc
     28
     29.PHONY: doc
     30doc:; (cd doc; $(MAKE) $@)
     31
  • trunk/README

    r38 r573  
    11$Id$
     2
     3Copyright (C) 2003 Jari Häkkinen, Peter Johansson
     4Copyright (C) 2004, 2006 Jari Häkkinen
     5
     6This file is part of thep c++ tools library,
     7                                 http://lev.thep.lu.se/trac/c++_tools
     8
     9The c++ tools library is free software; you can redistribute it and/or
     10modify it under the terms of the GNU General Public License as
     11published by the Free Software Foundation; either version 2 of the
     12License, or (at your option) any later version.
     13
     14The c++ tools library is distributed in the hope that it will be
     15useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
     16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     17General Public License for more details.
     18
     19You should have received a copy of the GNU General Public License
     20along with this program; if not, write to the Free Software
     21Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
     22USA.
     23
    224
    325If you checked out this project from the CVS repository you must run
     
    729Issue 'make' to compile the project.
    830
    9 Optionally you can do 'make check' to run test programs.
     31Optionally you can do 'make check' to run test programs. 'make doc'
     32will generate documentation.
    1033
    1134'make install' will install the package into your system. Default
  • trunk/doc/Makefile.am

    r494 r573  
    33## $Id$
    44
    5 all-local: doxygen-local Statistics-local
     5doc: doxygen-local Statistics-local
    66
    77clean-local:
Note: See TracChangeset for help on using the changeset viewer.