bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch] Install guile-procedures.txt in version-specific directory


From: Matthias Koeppe
Subject: [Patch] Install guile-procedures.txt in version-specific directory
Date: 29 Oct 2000 12:14:10 +0100
User-agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.4

2000-10-28  Matthias Koeppe  <address@hidden>

        * Makefile.am: Install guile-procedures.txt in version-specific
        directory to enable multiple installed guile versions.
        Suggested by Karl M. Hegbloom <address@hidden>.


Index: libguile/Makefile.am
===================================================================
RCS file: /cvs/guile/guile-core/libguile/Makefile.am,v
retrieving revision 1.118
diff -u -r1.118 Makefile.am
--- libguile/Makefile.am        2000/10/25 14:49:00     1.118
+++ libguile/Makefile.am        2000/10/29 10:39:28
@@ -200,7 +200,8 @@
        rm -f $@
        makeinfo --force -o $@ $< || test -f $@
 
-pkgdata_DATA = guile-procedures.txt
+schemelibdir = $(pkgdatadir)/$(VERSION)
+schemelib_DATA = guile-procedures.txt
 
 ## Add -MG to make the .x magic work with auto-dep code.
 MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)


-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]