mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* lib/chkconfig.ltx: fix comments ("LyXConfig.lyx.in" =>
LaTeXConfig.lyx.in") * lib/doc/LyXConfig.lyx.in: remove obsolete file * lib/doc/Makefile.am: remove LyXConfig.lyx.in from EXTRA_DIST git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14630 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ee452c0f38
commit
783cb8f8bf
@ -4,7 +4,7 @@
|
||||
% with minimal changes by Asger Alstrup (alstrup@diku.dk).
|
||||
%
|
||||
% This script should only be run from the configure script to update
|
||||
% the files textclass.lst and doc/LyXConfig.lyx
|
||||
% the files textclass.lst and doc/LaTeXConfig.lyx
|
||||
%
|
||||
% This script is in fact a complete rewrite of the original chkconfig
|
||||
% script. Expect bugs.
|
||||
@ -19,7 +19,7 @@
|
||||
%%% 1- Add the command \TestPackage{<name>}. The syntax is:
|
||||
%%% \TestPackage[<file>]{<name>}, which tests whether <name>.sty
|
||||
%%% (or <file>, if this optional parameter is provided) exists.
|
||||
%%% 2- Add a description for <name> in doc/LyXConfig.lyx.in,
|
||||
%%% 2- Add a description for <name> in doc/LaTeXConfig.lyx.in,
|
||||
%%% containing in particular a line like
|
||||
%%% Found @chk_<name>@
|
||||
%%% This line will be replaced at configure time by the proper text.
|
||||
@ -27,7 +27,7 @@
|
||||
%%% For document classes, things are even simpler, since you do not
|
||||
%%% need to edit this file. Just put your layout file in some place
|
||||
%%% where LyX can find it and add if you wish a description in
|
||||
%%% LyXConfig.lyx.in, as described above.
|
||||
%%% LaTeXConfig.lyx.in, as described above.
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%% Initialization part (skip) %%%%%%%%%%%%%%%%%%%%%
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
|
||||
|
||||
DISTCLEANFILES += $(tocfiles)
|
||||
|
||||
EXTRA_DIST = depend.py doc_toc.py LyXConfig.lyx.in README.Documentation $(DEPENDFILE) $(docfiles)
|
||||
EXTRA_DIST = depend.py doc_toc.py README.Documentation $(DEPENDFILE) $(docfiles)
|
||||
|
||||
docfiles = \
|
||||
cs_Tutorial.lyx \
|
||||
|
Loading…
Reference in New Issue
Block a user