gnu: asymptote: Fix direntry in info file.
* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.
This commit is contained in:
parent
d320f25e0c
commit
325a2e35dc
|
@ -237,6 +237,8 @@ colors, styles, options and details.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "doc/png/Makefile.in"
|
(substitute* "doc/png/Makefile.in"
|
||||||
(("(\\$\\(infodir\\))/asymptote" _ infodir) infodir))
|
(("(\\$\\(infodir\\))/asymptote" _ infodir) infodir))
|
||||||
|
(substitute* "doc/asymptote.texi"
|
||||||
|
(("asymptote/asymptote") "asymptote"))
|
||||||
#t))
|
#t))
|
||||||
(add-before 'build 'patch-pdf-viewer
|
(add-before 'build 'patch-pdf-viewer
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue