branch: elpa/hyperdrive commit 15750c10531e3f1651134b6e28fa35932b299e36 Author: Adam Porter <a...@alphapapa.net> Commit: Joseph Turner <jos...@ushin.org>
Meta: (doc/Makefile) Add default goal and rule --- doc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 165316e89d..4befdac1eb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,6 @@ +.DEFAULT_GOAL: doc +.PHONY: doc + EMACS := emacs EMACSQ := $(EMACS) -Q BATCH := $(EMACSQ) --batch \ @@ -19,3 +22,5 @@ TEXI2INFO := makeinfo hyperdrive.texi: hyperdrive.org $(BATCH) --find-file $< --eval "(require 'ox-texinfo)" \ --eval '(org-texinfo-export-to-texinfo)' + +doc: hyperdrive.texi