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:
@@ -23,8 +23,6 @@ SHELL = /bin/bash
|
||||
TITLE_NAME = FOOTPRINTS/MODULES
|
||||
TITLE_FILE = kicad-libs-modules.pdf
|
||||
|
||||
include ../common/Makefile.title
|
||||
|
||||
.SUFFIXES: .fpd .mod
|
||||
.PHONY: all brd catalog view upload missing clean spotless
|
||||
|
||||
@@ -40,6 +38,8 @@ modules.pro: Makefile
|
||||
brd: all modules.pro
|
||||
pcbnew `pwd`/modules.brd
|
||||
|
||||
include ../common/Makefile.title
|
||||
|
||||
catalog catalog.pdf: HIERARCHY $(MODULES:%=%.fpd)
|
||||
$(MAKE) title.ps
|
||||
genkicat -F -p $(MODULES:%=-l %.fpd) -t title.ps \
|
||||
|
||||
Reference in New Issue
Block a user