Update of /cvsroot/objecthandler/ObjectHandler/Docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22259/Docs
Modified Files:
Tag: R000105f0-branch
Makefile.am
Log Message:
fixes for release
Index: Makefile.am
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** Makefile.am 4 Oct 2006 12:04:56 -0000 1.4
--- Makefile.am 13 Dec 2006 17:56:32 -0000 1.4.2.1
***************
*** 69,72 ****
--- 69,77 ----
touch .time-stamp-online
+ docs-online-dist: docs-online
+ ln -s html-online ObjectHandler-docs-$(VERSION)-html
+ tar czfvh ObjectHandler-docs-online-$(VERSION)-html.tar.gz ObjectHandler-docs-$(VERSION)-html
+ rm ObjectHandler-docs-$(VERSION)-html
+
docs-clean:
rm -Rf html-online html
|