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:
@@ -5,6 +5,8 @@ COMMIT_DATE := $(shell date -u +'%F %T UTC' \
|
||||
GIT_HASH := $(shell git rev-parse HEAD)
|
||||
GIT_STATUS := $(shell [ -z "`git status -s -uno`" ] || echo +)
|
||||
|
||||
.PHONY: title.ps
|
||||
|
||||
title.ps: ../common/title.fig
|
||||
fig2dev -L ps $< | \
|
||||
sed -e "s|<TITLE-NAME>|$(TITLE_NAME)|" \
|
||||
|
||||
Reference in New Issue
Block a user