diff options
-rw-r--r-- | Makefile | 22 | ||||
-rw-r--r-- | fedora_business_cards/front.py (renamed from generate.py) | 0 | ||||
-rw-r--r-- | templates/back.svg (renamed from back.svg) | 0 | ||||
-rw-r--r-- | templates/bleed16-under.svg (renamed from bleed16-under.svg) | 0 | ||||
-rw-r--r-- | templates/front-template.svg (renamed from front-template.svg) | 0 |
5 files changed, 0 insertions, 22 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 3ec15fa..0000000 --- a/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -GENERATE = python generate.py -GENERATE_OPTIONS = -INKSCAPE = /usr/bin/inkscape -INKSCAPE_OPTIONS = --export-dpi=300 --without-gui -CONVERT = /usr/bin/convert - -all: out.png back.png - -out.svg out.png out.pdf: - $(GENERATE) $(GENERATE_OPTIONS) - -back.png: back.svg - $(INKSCAPE) $(INKSCAPE_OPTIONS) --export-area-canvas --export-png=$@ $< - -bleed16-under.png: - $(INKSCAPE) $(INKSCAPE_OPTIONS) --export-area-canvas --export-png=$@ $< - -bleed16.png: out.png bleed16-under.png - $(CONVERT) bleed16-under.png out.png -geometry +19+19 -composite bleed16.png - -clean: - rm -f out.svg out.png out.pdf bleed16-under.png bleed16.png back.png diff --git a/generate.py b/fedora_business_cards/front.py index fe23df6..fe23df6 100644 --- a/generate.py +++ b/fedora_business_cards/front.py diff --git a/back.svg b/templates/back.svg index 246b883..246b883 100644 --- a/back.svg +++ b/templates/back.svg diff --git a/bleed16-under.svg b/templates/bleed16-under.svg index c29ec21..c29ec21 100644 --- a/bleed16-under.svg +++ b/templates/bleed16-under.svg diff --git a/front-template.svg b/templates/front-template.svg index c2a7a98..c2a7a98 100644 --- a/front-template.svg +++ b/templates/front-template.svg |