- Update to version 4.03.00: * added -V to yodlverbinsert (suppresses verb()) - Refresh yodl-doc-packages.patch and user recomended patchlevel - Small spec file modernisation OBS-URL: https://build.opensuse.org/request/show/865311 OBS-URL: https://build.opensuse.org/package/show/Publishing/yodl?expand=0&rev=42
55 lines
2.2 KiB
Diff
55 lines
2.2 KiB
Diff
Index: yodl-4.03.00/yodl/INSTALL.im
|
|
===================================================================
|
|
--- yodl-4.03.00.orig/yodl/INSTALL.im
|
|
+++ yodl-4.03.00/yodl/INSTALL.im
|
|
@@ -71,8 +71,8 @@ void setLocations()
|
|
// absolute paths
|
|
|
|
BIN = BASE + "/bin";
|
|
- DOC = BASE + "/share/doc/yodl";
|
|
- DOCDOC = BASE + "/share/doc/yodl-doc";
|
|
+ DOC = BASE + "/share/doc/packages/yodl";
|
|
+ DOCDOC = DOC;
|
|
MAN = BASE + "/share/man";
|
|
STD_INCLUDE = BASE + "/share/yodl";
|
|
|
|
Index: yodl-4.03.00/yodl/contrib/build.pl
|
|
===================================================================
|
|
--- yodl-4.03.00.orig/yodl/contrib/build.pl
|
|
+++ yodl-4.03.00/yodl/contrib/build.pl
|
|
@@ -13,7 +13,7 @@ my %config = (
|
|
CFLAGS => '-c -Wall -Werror -g',
|
|
STD_INCLUDE => '/usr/share/yodl',
|
|
MAN_DIR => '/usr/share/man',
|
|
- DOC_DIR => '/usr/share/doc/yodl',
|
|
+ DOC_DIR => '/usr/share/doc/packages/yodl',
|
|
YODL_BIN => '/usr/bin',
|
|
STD_CONVERSIONS => 'html latex man txt xml',
|
|
MANUAL_FORMATS => 'html txt pdf ps',
|
|
Index: yodl-4.03.00/yodl/manual/technical/installing.yo
|
|
===================================================================
|
|
--- yodl-4.03.00.orig/yodl/manual/technical/installing.yo
|
|
+++ yodl-4.03.00/yodl/manual/technical/installing.yo
|
|
@@ -3,7 +3,7 @@ installed using tt(dpkg -install yodl-X.
|
|
itemization(
|
|
it() YODL's binaries in tt(/usr/bin);
|
|
it() YODL's macros in tt(/usr/share/yodl)
|
|
- it() YODL's documentation in tt(/usr/share/doc/yodl);
|
|
+ it() YODL's documentation in tt(/usr/share/doc/packages/yodl);
|
|
it() YODL's manpages in tt(/usr/share/man/man{1,7});
|
|
)
|
|
Local installations, not using the Debian installation process, can be
|
|
Index: yodl-4.03.00/yodl/manual/manual.yo
|
|
===================================================================
|
|
--- yodl-4.03.00.orig/yodl/manual/manual.yo
|
|
+++ yodl-4.03.00/yodl/manual/manual.yo
|
|
@@ -4,7 +4,7 @@ latexpackage()(a4,epsf)
|
|
|
|
whenlatex(\
|
|
SETSYMBOL(XXusexlatin)
|
|
- (NOTRANS(\input{../../../../../wip/macros/xlatin1.tex}))
|
|
+ (NOTRANS(\input{../../../../../../wip/macros/xlatin1.tex}))
|
|
)
|
|
|
|
SUBST(YODL)(tt(Yodl))
|