openbsd-ports/graphics/dia/patches/patch-doc_en_Makefile_in
ajacoutot df1e05c5c4 - make help button actually work and display help
- add update-mime goo
- take over maintainership

feedback and ok landry
2007-10-18 14:18:40 +00:00

40 lines
1.2 KiB
Plaintext

$OpenBSD: patch-doc_en_Makefile_in,v 1.4 2007/10/18 14:18:40 ajacoutot Exp $
--- doc/en/Makefile.in.orig Thu Mar 29 11:15:09 2007
+++ doc/en/Makefile.in Tue Oct 16 13:47:14 2007
@@ -332,7 +332,7 @@ docname = dia
lang = en
omffile =
entities =
-@HAVE_GNOME_FALSE@docdir = $(datadir)/help/$(docname)/$(lang)
+@HAVE_GNOME_FALSE@docdir = $(datadir)/gnome/help/$(docname)/$(lang)
# ********** Begin of section some packagers may need to modify **********
# This variable (docdir) specifies where the documents should be installed.
@@ -600,7 +600,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 +617,7 @@ clean-local-omf:
done; \
fi
-all: omf
+all:
$(docname).xml: $(entities)
-ourdir=`pwd`; \
@@ -633,7 +633,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); \