[[project @ 2000-11-29 23:24:37 by ghouston] ghouston**20001129232437 Ignore-this: b1d152084ae7074ea09552981bda95c6 * Makefile.am (install-exec-local): a temporary kludge to create rx and lib dirs before installing files there. ] hunk ./ChangeLog 1 +2000-11-29 Gary Houston + + * Makefile.am (install-exec-local): a temporary kludge to create rx + and lib dirs before installing files there. + hunk ./Makefile.am 5 -subpkgdatadir = @GUILE_SCSH_DIR@ +pkgdatadir = @GUILE_SCSH_DIR@ hunk ./Makefile.am 7 -subpkgdata_DATA = alt-syntax.scm ascii.scm awk.scm bitwise.scm \ +pkgdata_DATA = alt-syntax.scm ascii.scm awk.scm bitwise.scm \ hunk ./Makefile.am 27 -EXTRA_DIST = $subpkgdatadir_DATA INCOMPAT USAGE make-module-list autogen.sh +install-exec-local: + $(srcdir)/mkinstalldirs $(pkgdatadir)/rx + $(srcdir)/mkinstalldirs $(pkgdatadir)/lib + +EXTRA_DIST = $pkgdatadir_DATA $rxdata_DATA \ + INCOMPAT USAGE make-module-list autogen.sh