[Refdb-cvs] CVS: refdb/doc Makefile,1.2,1.3
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mho...@us...> - 2004-01-22 01:05:58
|
Update of /cvsroot/refdb/refdb/doc In directory sc8-pr-cvs1:/tmp/cvs-serv3039/doc Modified Files: Makefile Log Message: added install target Index: Makefile =================================================================== RCS file: /cvsroot/refdb/refdb/doc/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -U2 -r1.2 -r1.3 --- Makefile 17 Jan 2004 00:01:27 -0000 1.2 +++ Makefile 22 Jan 2004 01:05:54 -0000 1.3 @@ -7,2 +7,4 @@ distdir: echo "nothing to do yet" +install: + echo "nothing to do yet" |