Changeset 1211
- Timestamp:
- Mar 6, 2008, 8:51:46 PM (14 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r1209 r1211 6 6 # Copyright (C) 2005 Peter Johansson 7 7 # Copyright (C) 2006 Jari Häkkinen, Peter Johansson 8 # Copyright (C) 2007 Peter Johansson8 # Copyright (C) 2007 2008 Peter Johansson 9 9 # 10 10 # This file is part of the yat library, http://trac.thep.lu.se/yat … … 45 45 46 46 47 doxygen.config: doxygen.config.in 48 $(SED) -e 's/PROJECT_NUMBER.*= /&$(VERSION)/g' doxygen.config.in > doxygen.config 47 doxygen.config: doxygen.config.in Makefile 48 @$(ECHO) '# doxygen.config generated from doxygen.config.in.' > $@; 49 @$(SED) -e 's/PROJECT_NUMBER.*= /&$(VERSION)/g' doxygen.config.in >> $@ 49 50 50 doxygen_html.config: doxygen.config 51 $(SED) -e 's/GENERATE_LATEX.*= /&no/g' doxygen.config > doxygen_html.config 51 doxygen_html.config: doxygen.config Makefile 52 @$(ECHO) '# doxygen_html.config generated from doxygen.config.in.' > $@; 53 @$(SED) -e 's/GENERATE_LATEX.*= /&no/g' doxygen.config >> $@ 52 54 53 doxygen_latex.config: doxygen.config 54 $(SED) -e 's/GENERATE_HTML.*= /&no/g' doxygen.config > doxygen_latex.config 55 doxygen_latex.config: doxygen.config Makefile 56 @$(ECHO) '# doxygen_latex.config generated from doxygen.config.in.' > $@; 57 @$(SED) -e 's/GENERATE_HTML.*= /&no/g' doxygen.config >> $@ 55 58 56 59 endif -
trunk/doc/doxygen.config.in
r1208 r1211 3 3 # Copyright (C) 2003, 2004 Jari Häkkinen 4 4 # Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson 5 # Copyright (C) 2008 Peter Johansson 5 6 # 6 7 # This file is part of the yat library, http://trac.thep.lu.se/yat
Note: See TracChangeset
for help on using the changeset viewer.