Handle aclocal.
This commit is contained in:
parent
89417574ee
commit
362ed8df9a
1 changed files with 3 additions and 1 deletions
|
@ -259,7 +259,9 @@ GENERATED_FILE_SEARCHER = GeneratedFileSearcher(
|
|||
{
|
||||
"/etc/locale.gen": "locales",
|
||||
# Alternative
|
||||
"/usr/bin/rst2html": "/usr/share/docutils/scripts/python3/rst2html",
|
||||
"/usr/bin/rst2html": "python3-docutils",
|
||||
# aclocal is a symlink to aclocal-1.XY
|
||||
"/usr/bin/aclocal": "automake",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue