diff Makefile @ 11181:ac7b515a4064

Man pages moved to DOCS/man/.
author diego
date Sun, 19 Oct 2003 20:20:45 +0000
parents d48eccbbb984
children ad57fa26c89b
line wrap: on
line diff
--- a/Makefile	Sun Oct 19 20:03:55 2003 +0000
+++ b/Makefile	Sun Oct 19 20:20:45 2003 +0000
@@ -267,10 +267,10 @@
 	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)