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

Commit

Permalink
* первая редакция с подключением файла библиотеки (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Sep 22, 2017
1 parent 947de72 commit 656eb58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file renamed lib/csm-marks.ps → sources/inc/csm-marks.ps
Binary file not shown.
6 changes: 5 additions & 1 deletion sources/stamps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,20 @@ endif
STAMPSRCDIR :=
STAMPSSOURCEFILES := $(wildcard $(STAMPSRCDIR)*.ps)

STAMPINCDIR := ../inc
STAMPINCFILES := $(wildcard $(STAMPINCDIR)/*.ps)

STAMPFONTDIR := ../../fonts
STAMPFONTFILES := $(wildcard $(STAMPFONTDIR)/*.pfb)

STAMPSPDFFILES := $(patsubst $(STAMPSRCDIR)%.ps,$(OUTPUTDIR)/%.pdf,$(STAMPSSOURCEFILES))

$(OUTPUTDIR)/%.pdf: $(STAMPSRCDIR)%.ps $(STAMPFONTFILES)
$(OUTPUTDIR)/%.pdf: $(STAMPSRCDIR)%.ps $(STAMPINCFILES) $(STAMPFONTFILES)
$(info Build file "$@"...)
$(MAKETARGETDIR)
$(GS) \
-sOutputFile=$@ \
-I$(call OSabsPath,$(STAMPINCDIR)) \
-sFONTPATH=$(call OSabsPath,$(STAMPFONTDIR)) \
$<

Expand Down
Binary file added sources/stamps/test.ps
Binary file not shown.

0 comments on commit 656eb58

Please sign in to comment.