diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-04 20:16:40 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-04 20:16:40 +0200 |
commit | 325a2e35dcccb37498fed1c211aa4120103056ba (patch) | |
tree | 5dd6142f5ad85da298b197102a0e7db46ca5f3b9 | |
parent | d320f25e0c37dc1f1e63a3772852d1af80c7653b (diff) |
gnu: asymptote: Fix direntry in info file.
* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.
-rw-r--r-- | gnu/packages/plotutils.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 96b1cc9bf1..35e632cf8c 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -237,6 +237,8 @@ colors, styles, options and details.") (lambda _ (substitute* "doc/png/Makefile.in" (("(\\$\\(infodir\\))/asymptote" _ infodir) infodir)) + (substitute* "doc/asymptote.texi" + (("asymptote/asymptote") "asymptote")) #t)) (add-before 'build 'patch-pdf-viewer (lambda _ |