openbsd-ports/databases/pgadmin3/patches/patch-Makefile_in
aanriot 4640142687 import pgadmin III, an administration and development platform for
PostgreSQL.

help from alek@ and bernd@, ok bernd@
2006-10-18 13:54:06 +00:00

41 lines
1.7 KiB
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/10/18 13:54:09 aanriot Exp $
--- Makefile.in.orig Fri Oct 13 10:33:26 2006
+++ Makefile.in Fri Oct 13 10:34:07 2006
@@ -69,24 +69,7 @@ RECURSIVE_TARGETS = all-recursive check-
install-recursive installcheck-recursive installdirs-recursive \
pdf-recursive ps-recursive uninstall-info-recursive \
uninstall-recursive
-am__nobase_dist_data_DATA_DIST = $(top_srcdir)/docs/en_US/pg/*.css \
- $(top_srcdir)/docs/en_US/pg/*.html \
- $(top_srcdir)/docs/en_US/slony/*.css \
- $(top_srcdir)/docs/en_US/slony/*.html \
- $(top_srcdir)/docs/en_US/hints/*.html \
- $(top_srcdir)/docs/en_US/images/*.png \
- $(top_srcdir)/docs/en_US/*.html $(top_srcdir)/docs/en_US/*.css \
- $(top_srcdir)/docs/en_US/pgadmin3.hh* \
- $(top_srcdir)/docs/en_US/tips.txt \
- $(top_srcdir)/docs/de_DE/tips.txt \
- $(top_srcdir)/docs/de_DE/hints/*.html \
- $(top_srcdir)/docs/es_ES/tips.txt \
- $(top_srcdir)/docs/es_ES/hints/*.html \
- $(top_srcdir)/docs/fr_FR/*.html \
- $(top_srcdir)/docs/fr_FR/tips.txt \
- $(top_srcdir)/docs/fr_FR/hints/*.html \
- $(top_srcdir)/docs/sl_SI/tips.txt \
- $(top_srcdir)/docs/sl_SI/hints/*.html
+am__nobase_dist_data_DATA_DIST =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -248,8 +231,8 @@ TMP_docs = \
$(top_srcdir)/docs/sl_SI/tips.txt \
$(top_srcdir)/docs/sl_SI/hints/*.html
-@APPBUNDLE_FALSE@nobase_dist_pkgdata_DATA = $(TMP_docs)
-@APPBUNDLE_TRUE@nobase_dist_data_DATA = $(TMP_docs)
+@APPBUNDLE_FALSE@nobase_dist_pkgdata_DATA =
+@APPBUNDLE_TRUE@nobase_dist_data_DATA =
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive