cf2f16ef88
ok mbalmer@
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
$OpenBSD: patch-doc_eu_Makefile_in,v 1.2 2007/04/06 10:10:01 ajacoutot Exp $
|
|
--- doc/eu/Makefile.in.orig Thu Mar 29 11:15:09 2007
|
|
+++ doc/eu/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
|
|
@@ -593,7 +594,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 \
|
|
@@ -610,7 +611,7 @@ clean-local-omf:
|
|
done; \
|
|
fi
|
|
|
|
-all: omf
|
|
+all:
|
|
|
|
$(docname).xml: $(entities)
|
|
-ourdir=`pwd`; \
|