From: amalec Date: Fri, 17 Aug 2001 23:13:21 +0000 (+0000) Subject: Moved example.lyx to tutorial.lyx X-Git-Tag: 0.10.0~1073 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=422428175b1f5ad403e61fa68c769b02cc0932bf;p=check Moved example.lyx to tutorial.lyx git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@72 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/check/doc/Makefile.am b/check/doc/Makefile.am index 2ff8833..4373892 100644 --- a/check/doc/Makefile.am +++ b/check/doc/Makefile.am @@ -14,14 +14,14 @@ SUFFIXES = .sgml %.html : %.sgml sgml2html --split=1 $< -lyx_docs = example.lyx -sgml_docs = example.sgml +lyx_docs = tutorial.lyx +sgml_docs = tutorial.sgml html_docs =\ - example.html\ - example-1.html\ - example-2.html\ - example-3.html\ - example-4.html + tutorial.html\ + tutorial-1.html\ + tutorial-2.html\ + tutorial-3.html\ + tutorial-4.html EXTRA_DIST = $(lyx_docs) diff --git a/check/doc/example.lyx b/check/doc/tutorial.lyx similarity index 100% rename from check/doc/example.lyx rename to check/doc/tutorial.lyx