Makefile: restore manpage dependency rules

Broken by commit 0054073.

Also add them to the pdf target.
This commit is contained in:
wm4 2013-09-10 15:16:20 +02:00
parent 12770d5407
commit 12efec7a48
1 changed files with 9 additions and 0 deletions

View File

@ -415,6 +415,15 @@ mpvcore/version.c osdep/mpv-rc.o: version.h
osdep/mpv-rc.o: osdep/mpv.exe.manifest etc/mpv-icon.ico
DOCS/man/en/mpv.1 DOCS/man/en/mpv.pdf: DOCS/man/en/af.rst \
DOCS/man/en/ao.rst \
DOCS/man/en/changes.rst \
DOCS/man/en/encode.rst \
DOCS/man/en/input.rst \
DOCS/man/en/options.rst \
DOCS/man/en/vf.rst \
DOCS/man/en/vo.rst
###### installation / clean / generic rules #######
install: $(INSTALL_BIN) $(INSTALL_MAN) $(INSTALL_PDF)