summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2012-09-29 22:45:44 +0200
committerBastien Guerry <bzg@gnu.org>2012-09-29 22:45:44 +0200
commit04558d31ab27743cf80f0a8119b70c015009e6ed (patch)
treec5d59cca0f93d1012b36d9bb41d2c6fa68d867d8 /Makefile.in
parentd2a54f135f49226ceb27b4caf3806af4ce84467b (diff)
downloademacs-04558d31ab27743cf80f0a8119b70c015009e6ed.tar.gz
url-util.el: Fix two docstrings.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 571013e3244..4e94a4e3f23 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -281,6 +281,19 @@ all: ${SUBDIR}
.PHONY: all ${SUBDIR} blessmail epaths-force FRC
+help::
+ $(info )
+ $(info make all Compile and build Emacs.)
+ $(info make install Install Emacs.)
+ $(info make TAGS Update tags tables.)
+ $(info )
+ $(info make clean Delete files created by building Emacs.)
+ $(info make distclean Delete all files created by building or configuring.)
+ $(info make maintainer-clean Like distclean, but delete more files: *.elc, etc.)
+ $(info make extra-clean Like maintainer-clean, but delete backups and autosaves.)
+ $(info )
+ $(info make bootstrap Compile and build from a clean state.)
+
removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
# Generate epaths.h from epaths.in. This target is invoked by `configure'.