Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
* получение списка используемых шифтов оформлено отдельным Makefile […
Browse files Browse the repository at this point in the history
…ci skip]
  • Loading branch information
sergey-s-betke committed Jul 2, 2018
1 parent 399922e commit e5257b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ include $(ITG_MAKEUTILS_DIR)appveyor.mk

$(eval $(call useSubProject,encodings,encodings, CP1251 CP1253))
$(eval $(call useSubProject,ITG_PostScriptLib,ITG.PostScriptLib))
$(eval $(call useSubProject,fonts,fonts))
$(eval $(call useSubProject,stamps,stamps))
11 changes: 11 additions & 0 deletions fonts/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/make

# ITG.MakeUtils

ROOT_PROJECT_DIR ?= ../
ITG_MAKEUTILS_DIR ?= $(ROOT_PROJECT_DIR)ITG.MakeUtils/
include $(ITG_MAKEUTILS_DIR)common.mk

STAMPFONTFILES := $(wildcard *.pt3)

$(eval $(call pushArtifactTargets,STAMPFONTFILES))

0 comments on commit e5257b0

Please sign in to comment.