openbsd-ports/graphics/dia/patches/patch-doc_en_Makefile_in
ajacoutot cf2f16ef88 - update to dia-0.96.1
ok mbalmer@
2007-04-06 10:10:01 +00:00

39 lines
1.3 KiB
Plaintext

$OpenBSD: patch-doc_en_Makefile_in,v 1.3 2007/04/06 10:10:01 ajacoutot Exp $
--- doc/en/Makefile.in.orig Thu Mar 29 11:15:09 2007
+++ doc/en/Makefile.in Thu Apr 5 16:43:22 2007
@@ -338,6 +338,7 @@ entities =
# This variable (docdir) specifies where the documents should be installed.
# This default value should work for most packages.
@HAVE_GNOME_TRUE@docdir = $(datadir)/gnome/help/$(docname)/$(lang)
+docdir = $(datadir)/gnome/help/$(docname)/$(lang)
# ********** You should not have to edit below this line **********
xml_files = $(entities) $(docname).xml authors.xml dia.xml \
@@ -600,7 +601,7 @@ install-data-hook-omf:
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done; \
fi
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
+ # -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -617,7 +618,7 @@ clean-local-omf:
done; \
fi
-all: omf
+all:
$(docname).xml: $(entities)
-ourdir=`pwd`; \
@@ -633,7 +634,7 @@ app-dist-hook:
done \
fi
-install-data-local: omf
+install-data-local:
$(mkinstalldirs) $(DESTDIR)$(docdir)
for file in $(xml_files); do \
cp $(srcdir)/$$file $(DESTDIR)$(docdir); \