ruediger / VobSub2SRT

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

make uninstall does not remove $prefix/share/doc/vobsub2srt/ directory #17

Closed ruediger closed 12 years ago

ruediger commented 12 years ago

Calling make uninstall does not remove $prefix/share/doc/vobsub2srt/ directory. CMake does not keep track of created directories in install_manifest.txt. Adding a manual rm -rf command could work but would require knowing the prefix in the Makefile.