98ffbf2bca
- rename checksums file - add regression tests - change autoconf test to use __ELF__ cpp symbol instead of using file(1)
12 lines
507 B
Plaintext
12 lines
507 B
Plaintext
--- src/Makefile.in.orig Tue Feb 20 21:17:35 2001
|
|
+++ src/Makefile.in Fri Dec 7 23:32:33 2001
|
|
@@ -36,7 +36,7 @@ prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
install_lib_dir = @libdir@
|
|
install_include_dir = @includedir@
|
|
-install_doc_dir = $(prefix)/doc/slang
|
|
+install_doc_dir = $(prefix)/share/doc/slang
|
|
DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt
|
|
MODULE_INSTALL_DIR = @libdir@/slang/modules
|
|
#---------------------------------------------------------------------------
|