diff options
author | Vadim A. Misbakh-Soloviov <git@mva.name> | 2018-04-16 06:00:22 +0700 |
---|---|---|
committer | Vadim A. Misbakh-Soloviov <git@mva.name> | 2018-04-16 06:00:22 +0700 |
commit | 50e0ab4a97110bdaa499f5db418dec082e089473 (patch) | |
tree | 1b8b220727afcc79f7bf449622c38b14e37df65b | |
parent | lua-std-*: added; specl: supposed to be a fix, but not yet (see gvvaughan/spe... (diff) | |
download | lua-50e0ab4a97110bdaa499f5db418dec082e089473.tar.gz lua-50e0ab4a97110bdaa499f5db418dec082e089473.tar.bz2 lua-50e0ab4a97110bdaa499f5db418dec082e089473.zip |
luahpdf: fixups
-rw-r--r-- | dev-lua/luahpdf/luahpdf-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lua/luahpdf/luahpdf-9999.ebuild b/dev-lua/luahpdf/luahpdf-9999.ebuild index 4e1dcaf..11d4510 100644 --- a/dev-lua/luahpdf/luahpdf-9999.ebuild +++ b/dev-lua/luahpdf/luahpdf-9999.ebuild @@ -22,8 +22,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" -DOCS=(README.md doc/text/.) -HTML_DOCS=(doc/html/.) +DOCS=(README.md doc/.) EXAMPLES=(demo/.) all_lua_prepare() { |