summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2011-07-18 21:05:52 +0200
committerAchim Gratz <Stromeko@Stromeko.DE>2012-04-20 21:04:08 +0200
commit8bbf77a748685b3cb99b8de1fe8fedc4fcced4f9 (patch)
treed052705b2d67c5847aba227f93a92a322b265723
parent501f9b17419ffaafa0ab2d167247a393ab855d7f (diff)
downloadorg-mode-8bbf77a748685b3cb99b8de1fe8fedc4fcced4f9.tar.gz
finish cleanup on infodir, some refinements on rules
* doc/Makefile: cleanall additionally removes the directories for manual and guide; fix the dir file in infodir after removal of org documentation * lisp/Makefile: remove debug statement
-rw-r--r--doc/Makefile6
-rw-r--r--lisp/Makefile1
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 8ce5328..1a1172e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -29,14 +29,16 @@ install: org
$(CP) org $(infodir)
$(INSTALL_INFO) --infodir=$(infodir) org
-clean cleanall:
+clean:
$(RM) org *.pdf *.html *_letter.tex \
*.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs \
*.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps
+cleanall: clean
+ $(RMR) guide manual
clean-install:
$(RM) $(infodir)/org*
- @echo You should run $(INSTALL_INFO) again to correct dir entries.
+ $(INSTALL_INFO) --infodir=$(infodir) --remove org
.SUFFIXES: # we don't need default suffix rules
.SUFFIXES: .texi .tex .txt
diff --git a/lisp/Makefile b/lisp/Makefile
index 0845113..c8cbc2b 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -51,5 +51,4 @@ $(LISPC): dependencies.mk
.SUFFIXES: .el .elc
.el.elc:
- $(info in subdir lisp)
$(ELC) $<