=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- OpenXM/src/asir-contrib/Attic/Makefile 2000/01/16 22:15:31 1.1 +++ OpenXM/src/asir-contrib/Attic/Makefile 2004/02/23 11:38:36 1.4 @@ -1,13 +1,21 @@ -# $OpenXM$ +# $OpenXM: OpenXM/src/asir-contrib/Makefile,v 1.3 2000/03/18 09:02:16 takayama Exp $ # targets: # all # install +# install-document +# clean all : (cd packages/doc ; make all) install : (cd packages/src ; make install) - (cd packages/doc ; make install) + -(cd packages/doc ; make install) +install-document: + -(cd packages/doc ; make install-document) + +clean : + (cd packages/src ; make clean) + (cd packages/doc ; make clean)