diff --git a/lustre/Makefile.am b/lustre/Makefile.am
index fc9ef85886efc76184adb0b3d2d8db379e4ecab5..ec38dc9e9baefbd55c43899729a1a87cd0b7ceb7 100644
--- a/lustre/Makefile.am
+++ b/lustre/Makefile.am
@@ -22,7 +22,7 @@ if SNAPFS
 SUBDIRS+= snapfs
 endif
 
-DIST_SUBDIRS = $(SUBDIRS) liblustre
+DIST_SUBDIRS = $(SUBDIRS) liblustre snapfs
 EXTRA_DIST = BUGS FDL Rules kernel_patches
 
 # We get the version from the spec file.
diff --git a/lustre/scripts/lustre.spec.in b/lustre/scripts/lustre.spec.in
index 974a91d23a2b4045600dab559eb494e3900268da..983e7ce08b046c17e83cca7891b47a1efd4145ca 100644
--- a/lustre/scripts/lustre.spec.in
+++ b/lustre/scripts/lustre.spec.in
@@ -62,7 +62,7 @@ Configures openldap server for LDAP Lustre config database
 %setup -qn lustre-%{version}
 #%setup -c -n lustre-%{version}-lib
 %if %{enable_doc}
-  %define disable_doc
+  %define disable_doc ''
 %else
   %define disable_doc --disable-doc
 %endif