Changeset 573
- Timestamp:
- Apr 6, 2006, 10:43:28 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r572 r573 26 26 27 27 SUBDIRS = lib test doc 28 29 .PHONY: doc 30 doc:; (cd doc; $(MAKE) $@) 31 -
trunk/README
r38 r573 1 1 $Id$ 2 3 Copyright (C) 2003 Jari Häkkinen, Peter Johansson 4 Copyright (C) 2004, 2006 Jari Häkkinen 5 6 This file is part of thep c++ tools library, 7 http://lev.thep.lu.se/trac/c++_tools 8 9 The c++ tools library is free software; you can redistribute it and/or 10 modify it under the terms of the GNU General Public License as 11 published by the Free Software Foundation; either version 2 of the 12 License, or (at your option) any later version. 13 14 The c++ tools library is distributed in the hope that it will be 15 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 22 USA. 23 2 24 3 25 If you checked out this project from the CVS repository you must run … … 7 29 Issue 'make' to compile the project. 8 30 9 Optionally you can do 'make check' to run test programs. 31 Optionally you can do 'make check' to run test programs. 'make doc' 32 will generate documentation. 10 33 11 34 'make install' will install the package into your system. Default -
trunk/doc/Makefile.am
r494 r573 3 3 ## $Id$ 4 4 5 all-local: doxygen-local Statistics-local5 doc: doxygen-local Statistics-local 6 6 7 7 clean-local:
Note: See TracChangeset
for help on using the changeset viewer.