mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
dirs.mk, tex.mk: Kick out "all" targets
This commit is contained in:
parent
65db44cd72
commit
45bed6fb5a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
|
|
||||||
all:
|
subdirs:
|
||||||
$(make_subdirs)
|
$(make_subdirs)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ define mangle_tmpl
|
||||||
' >> $@
|
' >> $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
all: dirs $(ALL)
|
first_target: dirs $(ALL)
|
||||||
|
|
||||||
tex: dirs $(OUT).tex.zip
|
tex: dirs $(OUT).tex.zip
|
||||||
dvi: dirs $(OUT).dvi.zip
|
dvi: dirs $(OUT).dvi.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue