blob: 242a49a5735b784047302fcd48091af993c15a64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.in.orig 2001-03-10 14:32:45 UTC
+++ Makefile.in
@@ -124,14 +124,14 @@ ACLOCAL_AMFLAGS = -I m4
D = `date +%G%m%d.%H%M%S`
-SUBDIRS = doc lib intl src m4 po Xresources examples afm
+SUBDIRS = doc lib intl src m4 po Xresources examples
# Remove this file here (it is created via configure), not from within intl.
DISTCLEANFILES = intl/libintl.h
EXTRA_DIST = oleobug.in FAQ oleo.spec.in oleo.spec
-docdir = $(prefix)/Oleo
+docdir = $(datadir)/doc/oleo
doc_DATA = AUTHORS FAQ
# remove all the symlinks that come from automake
|