Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/doc
In directory usw-pr-cvs1:/tmp/cvs-serv6739/doc
Modified Files:
Makefile.in
Log Message:
grr. MDK8.1 modified loads of stuff. Put it back with RH7.2
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/doc/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -U2 -r1.9 -r1.10
--- Makefile.in 24 Apr 2002 23:47:41 -0000 1.9
+++ Makefile.in 25 Apr 2002 07:50:34 -0000 1.10
@@ -88,5 +88,14 @@
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
|