0ced1886e6
- replace MESSAGE with some @sample'd config files - install rc.d scripts - multicast code still ported from older version (new one needs RFC3678)
22 lines
929 B
Plaintext
22 lines
929 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.12 2013/04/18 20:29:08 sthen Exp $
|
|
--- doc/Makefile.in.orig Sat Feb 9 21:29:43 2013
|
|
+++ doc/Makefile.in Tue Feb 26 01:23:03 2013
|
|
@@ -423,7 +423,7 @@ clean-libtool:
|
|
|
|
.texi.dvi:
|
|
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
- MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
|
|
+ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)' \
|
|
$(TEXI2DVI) --clean $<
|
|
|
|
.texi.pdf:
|
|
@@ -824,7 +824,7 @@ install-info-am: $(INFO_DEPS)
|
|
case $$file in \
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
esac; \
|
|
- if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
|
+ if test -f $$file; then d=.; else d=$(builddir); fi; \
|
|
file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
|
|
for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
|
|
$$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
|