Commits
Dan R. K. Ports authored e39023925d0
115 115 | |
116 116 | This installs the files that are independent of the Lisp system used. |
117 117 | " |
118 118 | use_configure no |
119 119 | |
120 120 | build.dir ${worksrcpath}/doc/manual |
121 121 | # Build errors were caused by broken symlinks in the texlive-bin port. |
122 122 | # Fixed in r142269. |
123 123 | depends_build-append \ |
124 124 | port:texlive-basic\ |
125 - | port:texlive-htmlxml\ |
125 + | port:texlive-formats-extra\ |
126 126 | port:dvipng |
127 127 | |
128 128 | patch { |
129 129 | reinplace "s|'\${JOBNAME}'|'\"\${JOBNAME}\"'|g" ${docsrcdir}/mkhtml.sh |
130 130 | } |
131 131 | |
132 132 | pre-build { |
133 133 | system -W ${docsrcdir} "${build.cmd} clean" |
134 134 | } |
135 135 | |