openbsd-ports/audio/rplay/patches/patch-doc_Makefile_in
2011-07-08 09:26:55 +00:00

43 lines
1.3 KiB
Plaintext

$OpenBSD: patch-doc_Makefile_in,v 1.1 2011/07/08 09:26:55 jasper Exp $
--- doc/Makefile.in.orig Wed Jul 15 00:35:23 1998
+++ doc/Makefile.in Fri Jul 8 11:24:13 2011
@@ -23,15 +23,15 @@ MKINSTALLDIRS= @srcdir@/../mkinstalldirs
.texi.html:
$(TEXI2HTML) $(TEXI2HTML_FLAGS) $<
-all:
+all: info
-info: RPLAY.info RPTP.info librplay.info rplay.info
+info: RPLAY.info RPTP.info librplay.info rplayd.info
-dvi: RPLAY.dvi RPTP.dvi librplay.dvi rplay.dvi
+dvi: RPLAY.dvi RPTP.dvi librplay.dvi rplayd.dvi
-ps: RPLAY.ps RPTP.ps librplay.ps rplay.ps
+ps: RPLAY.ps RPTP.ps librplay.ps rplayd.ps
-html: RPLAY.html RPTP.html librplay.html rplay.html
+html: RPLAY.html RPTP.html librplay.html rplayd.html
man:
./genman rplay.1.in
@@ -50,7 +50,7 @@ install: all
-$(INSTALL_DATA) RPLAY.info $(infodir)/RPLAY.info
-$(INSTALL_DATA) RPTP.info $(infodir)/RPTP.info
-$(INSTALL_DATA) librplay.info $(infodir)/librplay.info
- -$(INSTALL_DATA) rplay.info $(infodir)/rplay.info
+ -$(INSTALL_DATA) rplayd.info $(infodir)/rplayd.info
uninstall:
-$(RM) $(mandir)/man1/rplay.1
@@ -63,7 +63,7 @@ uninstall:
-$(RM) $(infodir)/RPLAY.info
-$(RM) $(infodir)/RPTP.info
-$(RM) $(infodir)/librplay.info
- -$(RM) $(infodir)/rplay.info
+ -$(RM) $(infodir)/rplayd.info
clean:
$(RM) *~ *.bak *.orig