93daac285d
Corrected the bug in the --dselect widget which was returning a filename by default, instead of the directory name. from jasper (maintainer)
12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
--- Makefile.in.orig Sun May 7 00:20:30 2006
|
|
+++ Makefile.in Thu Jun 1 08:12:37 2006
|
|
@@ -182,7 +182,7 @@ sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
SUBDIRS = m4 lib src po doc
|
|
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(datadir)/examples/$(PACKAGE)
|
|
CONFIG_CLEAN_FILES = ltmain.sh ltconfig autom4te.cache/*
|
|
doc_DATA = $(srcdir)/samples/*
|
|
ACLOCAL_AMFLAGS = -I m4
|