Mercurial > hg > xemacs-beta
comparison man/Makefile @ 5512:4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
use it in install targets. See xemacs-patches message
<BANLkTinRnwk9qsCfBj_xkcyf7H4sH9fn7A@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 25 May 2011 09:15:20 -0600 |
parents | 3fe8358ad59a |
children |
comparison
equal
deleted
inserted
replaced
5511:7b5254f6e0d5 | 5512:4aa8ee813265 |
---|---|
17 | 17 |
18 # You should have received a copy of the GNU General Public License | 18 # You should have received a copy of the GNU General Public License |
19 # along with XEmacs; see the file COPYING. If not, write to | 19 # along with XEmacs; see the file COPYING. If not, write to |
20 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
21 # Boston, MA 02111-1307, USA. | 21 # Boston, MA 02111-1307, USA. |
22 | |
23 DESTDIR= | |
22 | 24 |
23 SHELL = /bin/sh | 25 SHELL = /bin/sh |
24 MAKEINFO = makeinfo | 26 MAKEINFO = makeinfo |
25 TEXI2DVI = texi2dvi | 27 TEXI2DVI = texi2dvi |
26 TEXI2HTML = texi2html | 28 TEXI2HTML = texi2html |