$OpenBSD: patch-doc_pl_Makefile_in,v 1.4 2007/10/18 14:18:40 ajacoutot Exp $ --- doc/pl/Makefile.in.orig Thu Mar 29 11:15:10 2007 +++ doc/pl/Makefile.in Tue Oct 16 13:46:56 2007 @@ -328,7 +328,7 @@ docname = dia lang = pl 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. @@ -535,7 +535,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 \ @@ -552,7 +552,7 @@ clean-local-omf: done; \ fi -all: omf +all: $(docname).xml: $(entities) -ourdir=`pwd`; \ @@ -568,7 +568,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); \