summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-04-21 11:37:12 +0200
committerBastien Guerry <bzg@altern.org>2012-04-21 12:27:18 +0200
commit4d97b47fe5b6a1ea67cdb386db1699ea6f980fe1 (patch)
treeee60adfefda124613b10d2daa0d09f1aadc29c9c
parent08bd0b8892644c3bd10e8f081dc765ada53b8bf9 (diff)
downloadorg-mode-4d97b47fe5b6a1ea67cdb386db1699ea6f980fe1.tar.gz
clean up documentation and provide "doc" as alternative target for "docs"
* Makefile: make documentation follow the implementation. * targets.mk: add "doc" as alternative target for "docs" to adhere more closely to standards some fixes
-rw-r--r--Makefile6
-rw-r--r--targets.mk2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7870736..be78ce4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ all::
.PHONY: targets help
targets help:
$(info )
- $(info make - show this help)
- $(info make all - cleanly compile Org ELisp files and documentation)
+ $(info make help - show this help)
+ $(info make - cleanly compile Org ELisp files and documentation)
$(info )
$(info Installation)
$(info ============)
@@ -20,7 +20,7 @@ targets help:
$(info )
$(info Maintenance)
$(info ===========)
- $(info make docs - make all documentation)
+ $(info make doc - make all documentation)
$(info make info - make Info documentation)
$(info make html - make HTML documentation)
$(info make pdf - make pdf documentation)
diff --git a/targets.mk b/targets.mk
index 94387f4..68b737c 100644
--- a/targets.mk
+++ b/targets.mk
@@ -59,7 +59,7 @@ install: $(INSTSUB)
install-info: install-doc
-docs: info html pdf card
+doc docs: info html pdf card
info html pdf card:
$(MAKE) -C doc $@