summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* (extraclean): Use ${top_distclean} to ensureRichard M. Stallman1996-01-251-2/+2
| | | | we delete everything distclean deletes.
* (install-arch-indep): Ignore error if no chmod -R.Karl Heuer1996-01-101-1/+1
|
* (install-arch-indep): Give all files read permission.Richard M. Stallman1995-12-311-35/+44
|
* Improve copying status message.Karl Heuer1995-12-211-2/+2
|
* Add missing backslash.Erik Naggum1995-11-301-1/+1
|
* (install-arch-indep): Don't installRichard M. Stallman1995-11-291-2/+7
| | | | lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
* (install-arch-indep): Rename old info/dir only if exists.Richard M. Stallman1995-11-161-1/+1
|
* (mkdir): Create man1dir, not mandir.Richard M. Stallman1995-11-111-3/+4
| | | | | | | (uninstall): Use man1dir, not mandir. (man1dir): New variable. (install-arch-indep): Use man1dir.
* (distclean): Delete line with just a tab in it.Richard M. Stallman1995-10-231-5/+4
| | | | | | (install-arch-indep): Delete spaces that precede tabs. Delete spurious `fi' left from previous change. (install): Supply `true' as command, to avoid null command.
* (src/paths.h, paths-force): Use paths.h.$$ insteadKarl Heuer1995-09-121-5/+5
| | | | of paths.h.tmp$$, to avoid going beyond 14 characters.
* (install-arch-indep): Always install the new dir file;Richard M. Stallman1995-09-061-3/+5
| | | | rename the previous dir file to dir.bak or dir.old.
* (src/paths.h, paths-force): Rename src/paths.h.in to src/paths.in.Richard M. Stallman1995-07-181-6/+6
| | | | (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
* (uninstall, install-arch-indep): Install info/ediff*.Richard M. Stallman1995-07-071-3/+6
|
* (mkdir): Use symbolic chmod.Richard M. Stallman1995-06-241-3/+3
| | | | | | (SUBDIR_MAKEFILES): Add man/Makefile, so `make distclean' removes it. (top_distclean): Add config.log to the list of files to be removed.
* (install-arch-indep): Install info files for mh-e.Karl Heuer1995-06-061-2/+2
| | | | (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
* (top_distclean): Delete config.cache.Richard M. Stallman1995-04-131-1/+1
|
* (install-arch-indep): Delete .#* when copying subdirs.Richard M. Stallman1995-04-071-0/+1
|
* (install-arch-indep): Undo Sep 23 change.Richard M. Stallman1995-04-061-4/+2
|
* (install-arch-indep, dist): look for `update-subdir' in $(srcdir).Richard M. Stallman1995-04-061-2/+2
|
* (blessmail): Pass archlibdir to the sub-make.Richard M. Stallman1995-03-121-1/+2
|
* (maintainer-clean): Renamed from realclean.Richard M. Stallman1995-02-071-11/+11
|
* (dvi): Run Make in our man subdir.Richard M. Stallman1994-11-231-2/+2
|
* (install-arch-indep): Delete *.orig in copied dirs.Richard M. Stallman1994-11-091-0/+1
|
* (install-arch-indep): Avoid continued comment swallowing target line.Roland McGrath1994-11-091-0/+1
|
* Don't rm files if cd fails.Karl Heuer1994-11-031-5/+5
|
* (sharedstatedir): Substitute sharedstatedir properly.Richard M. Stallman1994-10-171-1/+1
|
* (bitmapdir): New variable.Richard M. Stallman1994-10-161-0/+8
| | | | (src/paths.h, paths-force): Edit PATH_BITMAPS.
* (top_distclean): Don't rm build-install.Richard M. Stallman1994-10-131-2/+2
| | | | (SOURCES): Delete build-install.in.
* use mkinstalldirs instead of make-pathDavid J. MacKenzie1994-10-121-2/+2
|
* Use libexecdir and sharedstatedir as appropriate.Richard M. Stallman1994-10-111-6/+6
|
* (install-arch-indep): Don't do mkdir here.Richard M. Stallman1994-09-241-1/+4
|
* (paths-force): Depend on src/paths.hRichard M. Stallman1994-09-201-1/+4
|
* (install-arch-indep): Copy DOC-*, not DOC*Karl Heuer1994-09-181-2/+2
|
* Use just one FRC target.Richard M. Stallman1994-09-161-12/+9
|
* (removenullpaths, paths-force):Richard M. Stallman1994-09-161-7/+7
| | | | Use name paths.h.tmp$$, which depends on the pid.
* (removenullpaths, paths-force):Richard M. Stallman1994-09-151-5/+5
| | | | Put paths.h.tmp in top-level dir, not in src.
* Uninstall "$(EMACS)", not "emacs".Richard M. Stallman1994-08-141-1/+1
|
* Comment change.Richard M. Stallman1994-08-091-1/+2
|
* (libsrc_libs): Var deleted.Richard M. Stallman1994-07-071-3/+0
|
* (mkdir, removenullpaths): Put g in sed replace commands.Richard M. Stallman1994-07-071-2/+2
|
* (install-arch-indep): Use /bin/pwd uniformly, not pwd.Richard M. Stallman1994-05-271-11/+27
| | | | | | | | | | | | (uninstall): Use /bin/pwd. (blessmail): Depend on src. (all): Don't depend on blessmail. (src/paths.h): Don't force recomputation. (paths-force): New target; force recomputation of paths.h. (all): Depend on paths-force. (src, lib-src): Depend on src/paths.h.
* (mostlyclean, clean, distclean, realclean)Richard M. Stallman1994-05-211-4/+4
| | | | (extraclean): Don't act on man subdir if it doesn't exist.
* (lib-src): Don't depend on src/paths.h.Richard M. Stallman1994-05-201-1/+5
|
* (install): Depend on blessmail.Richard M. Stallman1994-05-121-1/+1
|
* (TAGS): Use the makefile in src subdir.Richard M. Stallman1994-05-121-2/+1
|
* (uninstall): When processing lispdir and etcdir,Richard M. Stallman1994-05-081-9/+11
| | | | do nothing unless it exists and is a directory.
* (install-arch-indep): Do install info/dired-x*.Richard M. Stallman1994-05-071-12/+9
| | | | | | Merge code in from install-doc. (install-doc): Merge code back into install-arch-indep. (install-arch-dep): Don't depend on install-doc.
* (lib-src): Undo previous change.Richard M. Stallman1994-05-041-4/+5
| | | | | (blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail.
* (lib-src): Depend on src.Richard M. Stallman1994-05-031-1/+4
|
* (lib-src): Depend on src/paths.h.Richard M. Stallman1994-04-281-1/+1
|