blob: 911608c661a9e4056c51a98eeedfaee401fa1800 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- Makefile.in.orig Sun May 21 01:25:10 2000
+++ Makefile.in Mon May 22 10:10:34 2000
@@ -152,12 +152,12 @@
perl_val = @perl_val@
python_val = @python_val@
-SUBDIRS = . intl po macros libole2 idl plugins wizards src graph doc icons
+SUBDIRS = . intl po macros libole2 idl plugins wizards src graph icons
change_logs = OOChangeLog OChangeLog ChangeLog
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = gnumericConf.sh
CLEANFILES = gnumericConf.sh
@@ -169,7 +169,7 @@
appicon_DATA = gnome-gnumeric.png gnome-application-x-gnumeric.png gnome-application-x-xls.png
-Applicationsdir = $(datadir)/gnome/apps/Applications
+Applicationsdir = $(datadir)/apps/Applications
Applications_DATA = gnumeric.desktop
Mimedir = $(datadir)/mime-info
|