summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 20:20:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 20:20:45 +0000
commit721d7e8f7dae3835e26ae5adfc3a406f898213b5 (patch)
tree537772464a214301c352ca67b1a97eb9adf0ddfb /Makefile
parent04e2cabd7dec77c86711aad88155cf024db4ff06 (diff)
downloadmpv-721d7e8f7dae3835e26ae5adfc3a406f898213b5.tar.bz2
mpv-721d7e8f7dae3835e26ae5adfc3a406f898213b5.tar.xz
Man pages moved to DOCS/man/.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11182 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 19e77e5220..0f6266078a 100644
--- a/Makefile
+++ b/Makefile
@@ -267,10 +267,10 @@ endif
if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi
for i in $(LANGUAGES); do \
if test "$$i" = en ; then \
- $(INSTALL) -c -m 644 DOCS/en/mplayer.1 $(MANDIR)/man1/mplayer.1 ; \
+ $(INSTALL) -c -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/mplayer.1 ; \
else \
mkdir -p $(MANDIR)/$$i/man1 ; \
- $(INSTALL) -c -m 644 DOCS/$$i/mplayer.1 $(MANDIR)/$$i/man1/mplayer.1 ; \
+ $(INSTALL) -c -m 644 DOCS/man/$$i/mplayer.1 $(MANDIR)/$$i/man1/mplayer.1 ; \
fi ; \
done
ifeq ($(MENCODER),yes)