From 31729688db56f40670218176ac2d1330c11e5f73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Tue, 24 Jul 2001 23:41:49 +0000 Subject: [PATCH] better lyxdoc dist git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2332 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 31d78c0492..3f1748bd16 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -66,7 +66,7 @@ uninstall-local: dist-hook: cd ${distdir} ; rm -rf `find . -name \*CVS\*` ; \ rm -rf doc/BUGS.lyx doc/.cvsignore; \ - { cvs -Q export -r HEAD -d doc lyxdoc || \ + [ -f doc/UserGuide.lyx ] || { cvs -Q export -r HEAD -d doc lyxdoc || \ echo "WARNING: Unable to get LyX Documentation from CVS!" ; true ; } listerrors: examples/Literate.lyx -- 2.39.2