mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2025-04-21 12:17:26 +03:00
include common/Makefile after "all", so that it won't override the default
This commit is contained in:
@@ -11,8 +11,6 @@ GEN = gencon.lib
|
||||
TITLE_NAME = SYMBOLS/COMPONENTS
|
||||
TITLE_FILE = kicad-libs-components.pdf
|
||||
|
||||
include ../common/Makefile.title
|
||||
|
||||
.PHONY: all sch catalog view upload missing clean spotless
|
||||
|
||||
all: $(GEN)
|
||||
@@ -26,6 +24,8 @@ sch: $(GEN)
|
||||
DESCR-dcm: *.dcm
|
||||
../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; }
|
||||
|
||||
include ../common/Makefile.title
|
||||
|
||||
catalog catalog.pdf: HIERARCHY DESCR-dcm *.lib $(GEN)
|
||||
$(MAKE) title.ps
|
||||
genkicat -p -L . -t title.ps HIERARCHY DESCR-dcm \
|
||||
|
||||
Reference in New Issue
Block a user