diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-08-06 08:52:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-08-06 08:54:00 -0400 |
commit | 11c8cc73cb7681d5fda5bb95c69b8d7951c25d5b (patch) | |
tree | 3836633041ba57493a8fb022de7dc8182dcbb216 /games-sports | |
parent | dev-lang/xsb: support building with autoconf-2.70 (diff) | |
download | gentoo-11c8cc73cb7681d5fda5bb95c69b8d7951c25d5b.tar.gz gentoo-11c8cc73cb7681d5fda5bb95c69b8d7951c25d5b.tar.bz2 gentoo-11c8cc73cb7681d5fda5bb95c69b8d7951c25d5b.zip |
games-sports/speed-dreams: remove faq.html
It is terribly outdated and confusing.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild b/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild index 2c31525010c0..24aa937c04a0 100644 --- a/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild +++ b/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild @@ -69,7 +69,7 @@ src_configure() { } src_install() { - local HTML_DOCS=( doc/faq/faq.html doc/userman/. ) + local HTML_DOCS=( doc/userman/. ) cmake_src_install newicon data/data/icons/icon.png ${PN}-2.png |