4db34ea7ae
Remove dependency on texi2html as it's not needed (noticed by kili@).
13 lines
845 B
Plaintext
13 lines
845 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.9 2010/06/20 16:31:02 ajacoutot Exp $
|
|
--- Makefile.in.orig Mon Apr 26 22:29:22 2010
|
|
+++ Makefile.in Sat Jun 19 16:54:42 2010
|
|
@@ -925,7 +925,7 @@ install-data-local:
|
|
@$(NORMAL_INSTALL)
|
|
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
|
|
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
|
|
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
|
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; gtar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
|
|
fi
|
|
|
|
dist-hook:
|