summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-20 23:01:12 +0200
committerwm4 <wm4@nowhere>2014-06-20 23:01:12 +0200
commitf5e175647515b5e34c265dadad524e83c695cc93 (patch)
tree3a8b79e8182dc53a5763d7bb37af0c5b283b8e82 /old-makefile
parent199e3b27630ae45cd396b8af4fbb5bcccf0e2456 (diff)
downloadmpv-f5e175647515b5e34c265dadad524e83c695cc93.tar.bz2
mpv-f5e175647515b5e34c265dadad524e83c695cc93.tar.xz
DOCS: remove en/ sub-directory
This additional sub-directory doesn't serve any purpose anymore. Get rid of it.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/old-makefile b/old-makefile
index 915bb08115..6649f583ce 100644
--- a/old-makefile
+++ b/old-makefile
@@ -289,7 +289,7 @@ INSTALL_MAN =
ifeq ($(BUILD_MAN),yes)
INSTALL_MAN += install-mpv-man
- ALL_TARGETS += DOCS/man/en/mpv.1
+ ALL_TARGETS += DOCS/man/mpv.1
endif
DIRS = . \
@@ -402,14 +402,14 @@ version.h .version: version.sh
common/version.c: version.h
-DOCS/man/en/mpv.1: 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
+DOCS/man/mpv.1: DOCS/man/af.rst \
+ DOCS/man/ao.rst \
+ DOCS/man/changes.rst \
+ DOCS/mancode.rst \
+ DOCS/man/input.rst \
+ DOCS/man/options.rst \
+ DOCS/man/vf.rst \
+ DOCS/man/vo.rst
###### installation / clean / generic rules #######
@@ -429,9 +429,9 @@ install-%-strip: % install-dirs
install-mpv-man: install-mpv-man-en
-install-mpv-man-en: DOCS/man/en/mpv.1
+install-mpv-man-en: DOCS/man/mpv.1
if test ! -d $(MANDIR)/man1 ; then $(INSTALL) -d $(MANDIR)/man1 ; fi
- $(INSTALL) -m 644 DOCS/man/en/mpv.1 $(MANDIR)/man1/
+ $(INSTALL) -m 644 DOCS/man/mpv.1 $(MANDIR)/man1/
ICONSIZES = 16x16 32x32 64x64
@@ -461,7 +461,7 @@ install-data: install-mpv-icons install-mpv-desktop install-mpv-config install-m
uninstall:
$(RM) $(BINDIR)/mpv
- $(RM) $(MANDIR)/man1/mpv.1 $(MANDIR)/en/man1/mpv.1
+ $(RM) $(MANDIR)/man1/mpv.1 $(MANDIR)/man1/mpv.1
$(RM) $(prefix)/share/applications/mpv.desktop
$(RM) $(prefix)/share/zsh/vendor-completions/_mpv
$(RM) $(foreach size,$(ICONSIZES),$(prefix)/share/icons/hicolor/$(size)/apps/mpv.png)