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