diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-06-25 03:01:24 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-06-25 03:01:24 +0000 |
commit | 0fbcdb16bfd48cf59e48bf3a52f0cf4a548c16d9 (patch) | |
tree | b82d451d7da805b642e1bd4b3ae1d0622a1d375d /general.ent | |
parent | 015138b994e9e7d30563f9a6d25d8dfe1638d0e5 (diff) |
Fix documentation installation in Check so that it's installed in a versioned directory.
We do this by specifying the docdir= on the make install line, forcing an override
Otherwise it installs it in /usr/share/doc/check, and does NOT honor the configure
option of --docdir=
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index abe9d2187..1b9e68139 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190618"> +<!ENTITY version "SVN-20190624"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190618-systemd"> +<!ENTITY versiond "20190624-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 18, 2019"> +<!ENTITY releasedate "June 24, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.5"> |