Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/doc
In directory usw-pr-cvs1:/tmp/cvs-serv27230/doc
Modified Files:
Makefile.in
Log Message:
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/doc/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- Makefile.in 26 Jan 2002 04:32:35 -0000 1.8
+++ Makefile.in 24 Apr 2002 23:47:41 -0000 1.9
@@ -88,14 +88,5 @@
all_libraries = @all_libraries@
-EXTRA_DIST = \
- CodingStyle \
- attribute_definitions \
- attributes.txt \
- compression.txt \
- template.c \
- template.h \
- tunable_settings \
- system_files.txt \
- system_security_descriptors.txt
+EXTRA_DIST = CodingStyle attribute_definitions attributes.txt compression.txt template.c template.h tunable_settings system_files.txt system_security_descriptors.txt
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|