aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2012-09-30 00:01:57 +0200
committerBastien Guerry2012-09-30 00:01:57 +0200
commit78819a9ff85a3c70ce1f68e0a7962b50e95bc66e (patch)
treecb63c55119d9690e0cff0f9ada5bb6f5e5dafa28
parent04558d31ab27743cf80f0a8119b70c015009e6ed (diff)
downloademacs-78819a9ff85a3c70ce1f68e0a7962b50e95bc66e.tar.gz
emacs-78819a9ff85a3c70ce1f68e0a7962b50e95bc66e.zip
Partially revert previous commit.
The help: target for the Makefile was just meant as a local test.
-rw-r--r--Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in
index 4e94a4e3f23..571013e3244 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -281,19 +281,6 @@ all: ${SUBDIR}
281 281
282.PHONY: all ${SUBDIR} blessmail epaths-force FRC 282.PHONY: all ${SUBDIR} blessmail epaths-force FRC
283 283
284help::
285 $(info )
286 $(info make all Compile and build Emacs.)
287 $(info make install Install Emacs.)
288 $(info make TAGS Update tags tables.)
289 $(info )
290 $(info make clean Delete files created by building Emacs.)
291 $(info make distclean Delete all files created by building or configuring.)
292 $(info make maintainer-clean Like distclean, but delete more files: *.elc, etc.)
293 $(info make extra-clean Like maintainer-clean, but delete backups and autosaves.)
294 $(info )
295 $(info make bootstrap Compile and build from a clean state.)
296
297removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g' 284removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
298 285
299# Generate epaths.h from epaths.in. This target is invoked by `configure'. 286# Generate epaths.h from epaths.in. This target is invoked by `configure'.