Lines Matching refs:directory
83 The distinction between @file{./} (the @dfn{build directory}) and
84 @file{$(srcdir)/} (the @dfn{source directory}) is important because
85 users can build in a separate directory using the @samp{--srcdir} option
94 will fail when the build directory is not the source directory, because
95 @file{foo.man} and @file{sedscript} are in the source directory.
130 directory, they should always appear in the source directory, not in the
131 build directory. So Makefile rules to update them should put the
132 updated files in the source directory.
135 Makefile should not put it in the source directory, because building a
136 program in ordinary circumstances should not modify the source directory
287 Always use a file name, not a directory name, as the second argument of
347 The directory for installing executable programs that users can run.
354 The directory for installing executable programs that can be run from
363 The directory for installing executable programs to be run by other
364 programs rather than by users. This directory should normally be
400 The root of the directory tree for read-only architecture-independent
408 The directory for installing idiosyncratic read-only
423 The directory for installing read-only data files that pertain to a
426 here. All the files in this directory should be ordinary ASCII text
427 files. This directory should normally be @file{/usr/local/etc}, but
431 Do not install executables here in this directory (they probably belong
438 The directory for installing architecture-independent data files which
444 The directory for installing data files which the programs modify while
446 need to modify files in this directory to configure the package's
454 These variables specify the directory for installing certain specific
462 The directory for installing header files to be included by user
468 Most compilers other than GCC do not look for header files in directory
477 The directory for installing @samp{#include} header files for use with
485 A package should not replace an existing header in this directory unless
488 file in the @code{oldincludedir} directory if either (1) there is no
496 The directory for installing documentation files (other than Info) for
505 The directory for installing the Info files for this package. By
525 The directory for object files and libraries of object code. Do not
532 The directory for installing any Emacs Lisp files in this package. By
546 The directory for installing locale-specific message catalogs for this
549 using Autoconf, write it as @samp{@@localedir@@}.) This directory
557 The top-level directory for installing the man pages (if any) for this
563 The directory for installing section 1 man pages. Write it as
566 The directory for installing section 2 man pages. Write it as
592 The directory for the sources being compiled. The value of this
603 # NOTE: This directory must exist when you start the install.
654 modify anything in the directory where the program was built, provided
713 install in subdirectories of the appropriate installation directory,
746 directory which are being copied for installation. It should only strip
758 Delete all files in the current directory that are normally created by
769 Delete all files in the current directory (or created by this
836 Info files are present in the source directory. Therefore, the Make
837 rule for an info file should update it in the source directory. When
976 it alters a file (the Info directory) which does not come entirely and
1018 from the Info directory.