File yodl-doc-packages.patch of Package yodl
Index: yodl/INSTALL.im
===================================================================
--- yodl/INSTALL.im.orig
+++ 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/contrib/build.pl
===================================================================
--- yodl/contrib/build.pl.orig
+++ 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/manual/yo/technical/installing.yo
===================================================================
--- yodl/manual/yo/technical/installing.yo.orig
+++ yodl/manual/yo/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/manual/yo/manual.yo
===================================================================
--- yodl/manual/yo/manual.yo.orig
+++ yodl/manual/yo/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))