mirror of
git://projects.qi-hardware.com/kicad-libs.git
synced 2025-04-21 12:17:26 +03:00
title page: always generate title.ps when generating the catalog
In order to keep "phony" title.ps from triggering a catalog rebuild when nothing has changed, we also have to remove it as a dependency from "catalog", and just invoke "make" explicitly.
This commit is contained in:
@@ -26,7 +26,8 @@ sch: $(GEN)
|
||||
DESCR-dcm: *.dcm
|
||||
../scripts/dcm2desc -L . >$@ || { rm -f $@; exit 1; }
|
||||
|
||||
catalog catalog.pdf: HIERARCHY DESCR-dcm *.lib $(GEN) title.ps
|
||||
catalog catalog.pdf: HIERARCHY DESCR-dcm *.lib $(GEN)
|
||||
$(MAKE) title.ps
|
||||
genkicat -p -L . -t title.ps HIERARCHY DESCR-dcm \
|
||||
>catalog.pdf || \
|
||||
{ rm -f catalog.pdf; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user