[Ffmpeg-cvslog] r7028 - trunk/Makefile
diego
subversion
Tue Nov 14 01:50:06 CET 2006
Author: diego
Date: Tue Nov 14 01:50:05 2006
New Revision: 7028
Modified:
trunk/Makefile
Log:
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.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Nov 14 01:50:05 2006
@@ -132,12 +132,10 @@
# 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
More information about the ffmpeg-cvslog
mailing list