gnu: asymptote: Fix direntry in info file.

* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.
master
Nicolas Goaziou 2019-04-04 20:16:40 +02:00
parent d320f25e0c
commit 325a2e35dc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 0 deletions

View File

@ -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 _