From 4b8edace67ce9bc240c8d1df526867b2138d169c Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 7 Jan 2008 23:21:40 +0000 Subject: [PATCH] It turns out we do need this optional argument, because configure.py needs to be able to tell what packages a given module requires. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22425 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/endnotes.module | 2 +- lib/layouts/foottoend.module | 2 +- lib/layouts/linguistics.module | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/layouts/endnotes.module b/lib/layouts/endnotes.module index 79d8711a82..9c00b97bd5 100644 --- a/lib/layouts/endnotes.module +++ b/lib/layouts/endnotes.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule{Adds an endnote command, in addition to footnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Endnote} +#\DeclareLyXModule[endnotes.sty]{Adds an endnote command, in addition to footnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Endnote} Format 6 diff --git a/lib/layouts/foottoend.module b/lib/layouts/foottoend.module index c6199c0737..c775224431 100644 --- a/lib/layouts/foottoend.module +++ b/lib/layouts/foottoend.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule{Sets all footnotes as endnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Foot to End} +#\DeclareLyXModule[endnotes.sty]{Sets all footnotes as endnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Foot to End} Format 6 diff --git a/lib/layouts/linguistics.module b/lib/layouts/linguistics.module index 547e9c5c25..9d04931d44 100644 --- a/lib/layouts/linguistics.module +++ b/lib/layouts/linguistics.module @@ -1,4 +1,4 @@ -#\DeclareLyXModule{Defines some special environments useful for linguistics (numbered examples, glosses, semantic markup).}{Linguistics} +#\DeclareLyXModule[covington.sty]{Defines some special environments useful for linguistics (numbered examples, glosses, semantic markup).}{Linguistics} # Author: Jürgen Spitzmüller -- 2.39.5