Update of /cvsroot/objecthandler/ObjectHandler/Docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17960
Modified Files:
Tag: R000104f0-branch
.cvsignore Makefile.am
Log Message:
updates for distribution
Index: .cvsignore
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/.cvsignore,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** .cvsignore 8 Aug 2006 10:18:18 -0000 1.1.2.1
--- .cvsignore 8 Aug 2006 14:01:56 -0000 1.1.2.2
***************
*** 9,10 ****
--- 9,11 ----
Makefile
Makefile.in
+ ObjectHandler-docs-*-html.tar.gz
Index: Makefile.am
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Makefile.am 8 Aug 2006 11:02:24 -0000 1.1.2.2
--- Makefile.am 8 Aug 2006 14:01:56 -0000 1.1.2.3
***************
*** 3,7 ****
docs.vcproj \
docs_vc8.vcproj \
- ObjectHandler-docs.hhp \
objecthandler.doxy \
oh_footer.html \
--- 3,6 ----
***************
*** 55,62 ****
$(SED) -e "s/oh_header/oh_headeronline/" \
-e "s/HTML_OUTPUT = html/HTML_OUTPUT = html-online/" \
! -e "s/HAVE_DOT = NO/HAVE_DOT = YES/" \
-e "s|oh_basepath|${BASEPATH}/|" \
-e "s|oh_version|$(VERSION)|" \
! objecthandler.doxy > .objecthandler.doxy
$(DOXYGEN) .objecthandler.doxy
rm .objecthandler.doxy
--- 54,62 ----
$(SED) -e "s/oh_header/oh_headeronline/" \
-e "s/HTML_OUTPUT = html/HTML_OUTPUT = html-online/" \
! -e "s/HAVE_DOT = NO/HAVE_DOT = YES/" \
! -e "s/GENERATE_HTMLHELP = YES/GENERATE_HTMLHELP = NO/" \
-e "s|oh_basepath|${BASEPATH}/|" \
-e "s|oh_version|$(VERSION)|" \
! objecthandler.doxy > .objecthandler.doxy
$(DOXYGEN) .objecthandler.doxy
rm .objecthandler.doxy
***************
*** 75,80 ****
$(SED) -e "s|oh_basepath|${BASEPATH}/|" \
-e "s|oh_version|$(VERSION)|" \
! -e "s/HAVE_DOT = NO/HAVE_DOT = YES/" \
! objecthandler.doxy > .objecthandler.doxy
$(DOXYGEN) .objecthandler.doxy
rm .objecthandler.doxy
--- 75,81 ----
$(SED) -e "s|oh_basepath|${BASEPATH}/|" \
-e "s|oh_version|$(VERSION)|" \
! -e "s/HAVE_DOT = NO/HAVE_DOT = YES/" \
! -e "s/GENERATE_HTMLHELP = YES/GENERATE_HTMLHELP = NO/" \
! objecthandler.doxy > .objecthandler.doxy
$(DOXYGEN) .objecthandler.doxy
rm .objecthandler.doxy
|