Mercurial > hg > xemacs-beta
comparison Makefile.in @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 59463afc5666 |
children | 3bb7ccffb0c0 |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
87 bindir=@bindir@ | 87 bindir=@bindir@ |
88 | 88 |
89 # Where to install architecture-independent data files. ${lispdir} | 89 # Where to install architecture-independent data files. ${lispdir} |
90 # and ${etcdir} are subdirectories of this. | 90 # and ${etcdir} are subdirectories of this. |
91 datadir=@datadir@ | 91 datadir=@datadir@ |
92 | |
93 pkgdir=@pkgdir@ | |
92 | 94 |
93 # Where to install and expect the files that XEmacs modifies as it | 95 # Where to install and expect the files that XEmacs modifies as it |
94 # runs. These files are all architecture-independent. Right now, the | 96 # runs. These files are all architecture-independent. Right now, the |
95 # only such data is the locking directory; ${lockdir} is a | 97 # only such data is the locking directory; ${lockdir} is a |
96 # subdirectory of this. | 98 # subdirectory of this. |
418 ### we may be creating several layers of directories (for example, | 420 ### we may be creating several layers of directories (for example, |
419 ### /usr/local/lib/xemacs-19.13/mips-dec-ultrix4.2), we use make-path | 421 ### /usr/local/lib/xemacs-19.13/mips-dec-ultrix4.2), we use make-path |
420 ### instead of mkdir. Not all systems' mkdirs have the `-p' flag. | 422 ### instead of mkdir. Not all systems' mkdirs have the `-p' flag. |
421 mkdir: FRC.mkdir | 423 mkdir: FRC.mkdir |
422 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ | 424 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ |
423 ${bindir} ${datadir} ${libdir} ${sitelispdir} | 425 ${bindir} ${datadir} ${libdir} ${sitelispdir} ${pkdir} |
424 -chmod 0777 ${lockdir} | 426 -chmod 0777 ${lockdir} |
425 | 427 |
426 ### Delete all the installed files that the `install' target would | 428 ### Delete all the installed files that the `install' target would |
427 ### create (but not the noninstalled files such as `make all' would | 429 ### create (but not the noninstalled files such as `make all' would |
428 ### create). | 430 ### create). |