emacs-orgmode
[Top][All Lists]
Advanced

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

[O] patch org-mode Makefile - solve a couple debian build problems and a


From: Jude DaShiell
Subject: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem
Date: Tue, 5 Jul 2011 21:11:02 -0400 (EDT)

diff -c a//Makefile b//Makefile
*** a//Makefile 2011-07-05 21:05:08.000000000 -0400
--- b//Makefile 2011-07-05 21:05:21.000000000 -0400
***************
*** 14,20 ****
  EMACS=emacs
  
  # Where local software is found
! prefix=/usr/local
  
  # Where local lisp files go.
  lispdir   = $(prefix)/share/emacs/site-lisp
--- 14,23 ----
  EMACS=emacs
  
  # Where local software is found
! #prefix=/usr/local
! # solve debian and slackware prefix problem.
! # if using slackware or debian uncomment next line and comment line above 
this line.
! prefix=/usr
  
  # Where local lisp files go.
  lispdir   = $(prefix)/share/emacs/site-lisp
***************
*** 51,57 ****
  CP = cp -p
  
  # Name of the program to install info files
! INSTALL_INFO=install-info
  
  ##----------------------------------------------------------------------
  ##  BELOW THIS LINE ON YOUR OWN RISK!
--- 54,63 ----
  CP = cp -p
  
  # Name of the program to install info files
! #INSTALL_INFO=install-info
! # solve debian install-info program name problem.
! # if using debian uncomment next line and comment line above this line.
! INSTALL_INFO=ginstall-info
  
  ##----------------------------------------------------------------------
  ##  BELOW THIS LINE ON YOUR OWN RISK!





reply via email to

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