mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 17:55:46 +01:00
Remove redundant make from doc Makefiles
This commit is contained in:
@@ -3,7 +3,7 @@ THISLOCALE=$(notdir $(shell pwd))
|
|||||||
all: *.html
|
all: *.html
|
||||||
|
|
||||||
%: %.html %.txt
|
%: %.html %.txt
|
||||||
@make $@.html
|
@
|
||||||
|
|
||||||
%.html: %.txt asciidoc.conf
|
%.html: %.txt asciidoc.conf
|
||||||
@make -C ../../ locale/$(THISLOCALE)/$@
|
@make -C ../../ locale/$(THISLOCALE)/$@
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ THISLOCALE=$(notdir $(shell pwd))
|
|||||||
all: *.html
|
all: *.html
|
||||||
|
|
||||||
%: %.html %.txt
|
%: %.html %.txt
|
||||||
@make $@.html
|
@
|
||||||
|
|
||||||
%.html: %.txt asciidoc.conf
|
%.html: %.txt asciidoc.conf
|
||||||
@make -C ../../ locale/$(THISLOCALE)/$@
|
@make -C ../../ locale/$(THISLOCALE)/$@
|
||||||
|
|||||||
Reference in New Issue
Block a user