gnu: asymptote: Fix direntry in info file.
* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.master
parent
d320f25e0c
commit
325a2e35dc
|
@ -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 _
|
||||
|
|
Reference in New Issue