ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
294 stars 66 forks source link

brew formula fails to install #21

Closed subpop closed 11 years ago

subpop commented 11 years ago

I did a bit of digging with brew --debug and the shell. Looks like make install fails, trying to find the manpage file.

Install the project... -- Install configuration: "None" -- Up-to-date: /usr/local/Cellar/vobsub2srt/HEAD/share/doc/vobsub2srt/copyright -- Up-to-date: /usr/local/Cellar/vobsub2srt/HEAD/share/doc/vobsub2srt/README -- Up-to-date: /usr/local/Cellar/vobsub2srt/HEAD/bin/vobsub2srt CMake Error at doc/cmake_install.cmake:39 (FILE): file INSTALL cannot find "/tmp/vobsub2srt-vSax/build/doc/vobsub2srt.1.gz". Call Stack (most recent call first): cmake_install.cmake:58 (INCLUDE)

make: *\ [install] Error 1

subpop commented 11 years ago

If I call make documentation, and then make install, it works.