Update of /cvsroot/blob/blob/doc
In directory usw-pr-cvs1:/tmp/cvs-serv11182/doc
Modified Files:
Makefile.am
Log Message:
Add diag.txt to list of files
Index: Makefile.am
===================================================================
RCS file: /cvsroot/blob/blob/doc/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 2001/12/17 00:07:37 1.2
+++ Makefile.am 2002/01/07 20:15:10 1.3
@@ -6,5 +6,6 @@
CLEANFILES = *~
EXTRA_DIST = \
- porting.txt \
- commandlist.txt
+ commandlist.txt \
+ diag.txt \
+ porting.txt
|