From 4d97b47fe5b6a1ea67cdb386db1699ea6f980fe1 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sat, 21 Apr 2012 11:37:12 +0200 Subject: [PATCH] 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 --- Makefile | 6 +++--- targets.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7870736ed..be78ce4a4 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 94387f476..68b737c3f 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 $@ -- 2.11.4.GIT