emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/Makefile.in


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Wed, 31 Jul 2002 18:28:25 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.263 emacs/Makefile.in:1.264
*** emacs/Makefile.in:1.263     Tue Jun 18 07:28:41 2002
--- emacs/Makefile.in   Sun Jul 21 16:20:59 2002
***************
*** 121,126 ****
--- 121,129 ----
  # system, it is inappropriate to imply that it is part of Emacs.
  address@hidden@
  
+ # Directory for local state files for all programs.
+ address@hidden@
+ 
  # Where to look for bitmap files.
  address@hidden@
  
***************
*** 190,195 ****
--- 193,201 ----
  # Where to put the docstring file.
  address@hidden@
  
+ # Where to install Emacs game score files.
+ address@hidden@
+ 
  # ==================== Utility Programs for the Build ====================
  
  # Allow the user to specify the install program.
***************
*** 238,243 ****
--- 244,250 ----
        @(lisppath=`echo ${lisppath} | ${removenullpaths}` ;            \
          buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ;  \
          x_default_search_path=`echo ${x_default_search_path}`; \
+         gamedir=`echo ${gamedir}`; \
          sed < ${srcdir}/src/epaths.in > epaths.h.$$$$         \
          -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";'        \
          -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
***************
*** 246,251 ****
--- 253,259 ----
          -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";'                   \
          -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";'             \
          -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
+         -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \
          -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') &&                \
        ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
  



reply via email to

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