~ubuntu-branches/ubuntu/karmic/maxima/karmic

« back to all changes in this revision

Viewing changes to demo/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-07-13 15:38:41 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090713153841-gtux06oun30kuuo7
Tags: 5.17.1-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #296643, LP: #242243):
   - debian/maxima-doc.doc-base.{tips, plotting}:
    + Use .shtml instead of .html to fix lintian errors.
   - debian/maxima-emacs.emacsen-install:
    + Install symlinks for source files rather than copying them.  This
      makes find-function work.
    + Install symlink for *.lisp so that we don't need to add
      /usr/share/emacs/site-lisp/maxima to load-path.
  - debian/maxima-emacs.emacsen-startup:
    + Remove use of /usr/share/emacs/site-lisp/maxima, since this
      causes load-path shadows and is not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
ECHO_C = @ECHO_C@
85
85
ECHO_N = @ECHO_N@
86
86
ECHO_T = @ECHO_T@
 
87
ECL_FALSE = @ECL_FALSE@
 
88
ECL_NAME = @ECL_NAME@
 
89
ECL_TRUE = @ECL_TRUE@
 
90
EGREP = @EGREP@
 
91
EMACS = @EMACS@
 
92
EMACSLOADPATH = @EMACSLOADPATH@
87
93
GCL_ALT_LINK_FALSE = @GCL_ALT_LINK_FALSE@
88
94
GCL_ALT_LINK_TRUE = @GCL_ALT_LINK_TRUE@
89
95
GCL_FALSE = @GCL_FALSE@
105
111
LANG_PT_TRUE = @LANG_PT_TRUE@
106
112
LANG_PT_UTF8_FALSE = @LANG_PT_UTF8_FALSE@
107
113
LANG_PT_UTF8_TRUE = @LANG_PT_UTF8_TRUE@
 
114
LDFLAGS = @LDFLAGS@
108
115
LIBOBJS = @LIBOBJS@
109
116
LIBS = @LIBS@
110
117
LTLIBOBJS = @LTLIBOBJS@
152
159
cmucl_found = @cmucl_found@
153
160
datadir = @datadir@
154
161
default_layout_autotools = @default_layout_autotools@
 
162
ecl_found = @ecl_found@
155
163
exec_prefix = @exec_prefix@
156
164
expanded_datadir = @expanded_datadir@
157
165
expanded_exec_prefix = @expanded_exec_prefix@
171
179
install_sh = @install_sh@
172
180
libdir = @libdir@
173
181
libexecdir = @libexecdir@
 
182
lispdir = @lispdir@
174
183
localstatedir = @localstatedir@
175
184
mandir = @mandir@
176
185
mkdir_p = @mkdir_p@