Add Markdown, moreentries, and recententries to general.
[matthijs/upstream/blosxom-plugins.git] / scripts / make-dist
index 4c91f5b627a7fd6eb7605ea5daa7f7c5d7cbed92..c2fdec90f0fb365a52e5b5ff9b4c2419eb8ae9a5 100755 (executable)
@@ -31,7 +31,7 @@ for SIZE in large medium small; do
     find * \( -name $TARBALL -o -name CVS \) -prune -o -type f -exec cp -p {} $TARBALL \;
 
     # Prune unwanted files
-    for i in make-dist README.cvs blosxom-plugins-medium.spec; do
+    for i in make-dist README.cvs blosxom-plugins-*.spec; do
       rm -f $TARBALL/$i
     done
   fi