mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
||||
|
||||
all:
|
||||
subdirs:
|
||||
$(make_subdirs)
|
||||
|
||||
clean:
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ define mangle_tmpl
|
|||
' >> $@
|
||||
endef
|
||||
|
||||
all: dirs $(ALL)
|
||||
first_target: dirs $(ALL)
|
||||
|
||||
tex: dirs $(OUT).tex.zip
|
||||
dvi: dirs $(OUT).dvi.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue