]> git.lyx.org Git - lyx.git/blobdiff - lib/Makefile.am
some new (not extensive) changes, some fixes, will probably reverto to .la libs later...
[lyx.git] / lib / Makefile.am
index 1caddd80b983fd46d6f7ce538fc22bb50402ba62..335a5d73131cf00217d05e91c6b119a1876c0529 100644 (file)
@@ -44,4 +44,5 @@ install-data-local: libinstalldirs
 dist-hook:
        cd ${distdir} ; rm -rf `find . -name \*CVS\*` ; \
        rm -rf doc/BUGS.lyx ; \
-       cvs -Q export -r HEAD -d doc lyxdoc
+       { cvs -Q export -r HEAD -d doc lyxdoc || \
+         echo "WARNING: Unable to get LyX Documentation from CVS!" ; true ; }