Ticket #36793: patch-Makefile.diff
File patch-Makefile.diff, 875 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Makefile
old new 535 535 all: mplayer$(EXESUF) locales 536 536 537 537 %.1: %.rst 538 @which rst2man >/dev/null 2>&1 || (printf "\n\trst2mannot found. You need the Docutils system to generate the manpages (preferably version >= 0.9; 0.8 and older are known to corrupt the arguments shown in some option descriptions). Alternatively you can use 'install-no-man' rule.\n\n" && exit 1)539 rst2man $< $@538 @which rst2man-2.7.py >/dev/null 2>&1 || (printf "\n\trst2man-2.7.py not found. You need the Docutils system to generate the manpages (preferably version >= 0.9; 0.8 and older are known to corrupt the arguments shown in some option descriptions). Alternatively you can use 'install-no-man' rule.\n\n" && exit 1) 539 rst2man-2.7.py $< $@ 540 540 541 541 %.o: %.S 542 542 $(CC) $(DEPFLAGS) $(CFLAGS) -c -o $@ $<