From c21fb33916ba7a13f9176a990851cfb26243de73 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 14 Nov 2006 00:50:05 +0000 Subject: Remove ifneq MINGW condition around man page installation. We don't do OS-dependent conditions in Makefiles anymore and I doubt this is correct. If it turns out to be a problem it can easily be fixed. Originally committed as revision 7028 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 344cfbc42d..734195c5e9 100644 --- a/Makefile +++ b/Makefile @@ -132,12 +132,10 @@ wininstaller: all install # install man from source dir if available install-man: -ifneq ($(CONFIG_MINGW),yes) if [ -f doc/ffmpeg.1 ] ; then \ install -d "$(mandir)/man1" ; \ install -m 644 $(MANPAGES) "$(mandir)/man1" ; \ fi -endif install-vhook: $(MAKE) -C vhook install -- cgit v1.2.3