6fd2d188b8
while we're there.
48 lines
2.6 KiB
Plaintext
48 lines
2.6 KiB
Plaintext
$OpenBSD: patch-man_Makefile_in,v 1.2 2008/03/15 07:24:38 espie Exp $
|
|
--- man/Makefile.in.orig Wed Jul 18 16:41:40 2001
|
|
+++ man/Makefile.in Sat Mar 8 14:09:51 2008
|
|
@@ -67,7 +67,9 @@ PERL = @PERL@
|
|
PERLSCRIPTS = @PERLSCRIPTS@
|
|
VERSION = @VERSION@
|
|
|
|
-man_MANS = autoconf.1 autoreconf.1 autoheader.1 autoupdate.1 ifnames.1 autoscan.1 config.guess.1 config.sub.1
|
|
+man_MANS = $(srcdir)/autoconf.1 $(srcdir)/autoreconf.1 \
|
|
+$(srcdir)/autoheader.1 $(srcdir)/autoupdate.1 $(srcdir)/ifnames.1 \
|
|
+$(srcdir)/autoscan.1 $(srcdir)/config.guess.1 $(srcdir)/config.sub.1
|
|
|
|
|
|
man_aux = autoconf.x autoreconf.x autoheader.x autoupdate.x ifnames.x autoscan.x config.guess.x config.sub.x
|
|
@@ -117,6 +119,7 @@ install-man1:
|
|
else file=$$i; fi; \
|
|
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
|
|
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
|
|
+ inst=`echo $$inst | sed -e 's/^.*\///'`; \
|
|
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
|
echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
|
|
$(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
|
|
@@ -223,16 +226,16 @@ install-am install uninstall-am uninstall all-redirect
|
|
installdirs mostlyclean-generic distclean-generic clean-generic \
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
|
|
-autoconf.1: $(common_dep) $(srcdir)/autoconf.x $(top_srcdir)/autoconf.in
|
|
-autoreconf.1: $(common_dep) $(srcdir)/autoreconf.x $(top_srcdir)/autoreconf.in
|
|
-autoheader.1: $(common_dep) $(srcdir)/autoheader.x $(top_srcdir)/autoheader.in
|
|
-autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(top_srcdir)/autoupdate.in
|
|
-ifnames.1: $(common_dep) $(srcdir)/ifnames.x $(top_srcdir)/ifnames.in
|
|
-autoscan.1: $(common_dep) $(srcdir)/autoscan.x $(top_srcdir)/autoscan.in
|
|
+#autoconf.1: $(common_dep) $(srcdir)/autoconf.x $(top_srcdir)/autoconf.in
|
|
+#autoreconf.1: $(common_dep) $(srcdir)/autoreconf.x $(top_srcdir)/autoreconf.in
|
|
+#autoheader.1: $(common_dep) $(srcdir)/autoheader.x $(top_srcdir)/autoheader.in
|
|
+#autoupdate.1: $(common_dep) $(srcdir)/autoupdate.x $(top_srcdir)/autoupdate.in
|
|
+#ifnames.1: $(common_dep) $(srcdir)/ifnames.x $(top_srcdir)/ifnames.in
|
|
+#autoscan.1: $(common_dep) $(srcdir)/autoscan.x $(top_srcdir)/autoscan.in
|
|
|
|
# Independent from this package.
|
|
-config.guess.1: $(srcdir)/config.guess.x $(top_srcdir)/config/config.guess
|
|
-config.sub.1: $(srcdir)/config.sub.x $(top_srcdir)/config/config.sub
|
|
+#config.guess.1: $(srcdir)/config.guess.x $(top_srcdir)/config/config.guess
|
|
+#config.sub.1: $(srcdir)/config.sub.x $(top_srcdir)/config/config.sub
|
|
|
|
.x.1:
|
|
test -f $(top_builddir)/$* && prog=$(top_builddir)/$*; \
|