From 9c84fb03f6dfdcc533b05dd5aa4a9e106bcfe9d8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 11 Oct 2014 19:43:41 +0200 Subject: derp + info: overview and invoking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f4b1f9d..d290346 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,10 @@ PKGNAME = auto-auto-complete # Build rules .PHONY: default -default: command # info # shell +default: command info # shell .PHONY: all -all: command # doc # shell +all: command doc # shell # Build rules for the command @@ -58,7 +58,7 @@ info: bin/auto-auto-complete.info bin/%.info: info/%.texinfo info/fdl.texinfo @mkdir -p bin makeinfo $< - mv $*.pdf $@ + mv $*.info $@ .PHONY: pdf pdf: bin/auto-auto-complete.pdf @@ -72,14 +72,14 @@ dvi: bin/auto-auto-complete.dvi bin/%.dvi: info/%.texinfo info/fdl.texinfo @mkdir -p obj bin cd obj ; yes X | $(TEXI2DVI) ../$< - mv obj/$*.pdf $@ + mv obj/$*.dvi $@ .PHONY: ps ps: bin/auto-auto-complete.ps bin/%.ps: info/%.texinfo info/fdl.texinfo @mkdir -p obj bin cd obj ; yes X | texi2pdf --ps ../$< - mv obj/$*.pdf $@ + mv obj/$*.ps $@ # Build rules for shell auto-completion @@ -109,7 +109,7 @@ bin/auto-auto-complete.fish: src/completion bin/auto-auto-complete # Install rules .PHONY: install -install: install-base install-examples # install-info # install-shell +install: install-base install-examples install-info # install-shell .PHONY: install install-all: install-base install-doc # install-shell @@ -132,7 +132,7 @@ install-license: # Install documentation .PHONY: install-doc -install-doc: install-examples # install-info install-pdf install-ps install-dvi +install-doc: install-examples install-info install-pdf install-ps install-dvi .PHONY: install-examples install-examples: doc/example -- cgit v1.2.3-70-g09d2