gnu: asymptote: Fix direntry in info file.

* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.
This commit is contained in:
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

View file

@ -237,6 +237,8 @@ (define-public asymptote
(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 _