Gilad Benjamini wrote: > Hi, > The tarball includes ".svn" directories under the doc subdirectory. > May I assume this is a mistake ? Indeed. I forgot to update the dist-hook when I renamed examples/ to doc/. I just committed the patch attached to SVN. -- "Los honestos son inadaptados sociales" -- Les Luthiers
Index: Makefile.am =================================================================== --- Makefile.am (revisión: 7395) +++ Makefile.am (copia de trabajo) @@ -17,4 +17,4 @@ dist-hook: rm -rf `find $(distdir)/debian -name .svn` - rm -rf `find $(distdir)/examples -name .svn` + rm -rf `find $(distdir)/doc -name .svn`