aboutsummaryrefslogtreecommitdiffstats
path: root/norwegian/Pics
diff options
context:
space:
mode:
authorAnthony Fok <foka>2001-06-11 08:26:20 +0000
committerAnthony Fok <foka>2001-06-11 08:26:20 +0000
commitfb24f3e875df0a50de58f2df725e15d337fa6e0c (patch)
treee7e60e4795f65ceffe7b6dc2c6d5d633286bc7d4 /norwegian/Pics
parentfbee23aa3392c91e69e06fa60e74c457f2f35eb4 (diff)
Sync'ed with english/Pics/Makefile
(ANTIALIAS and CURDIR) CVS version numbers chinese/Pics/Makefile: 1.9 -> 1.10 croatian/Pics/Makefile: 1.9 -> 1.10 danish/Pics/Makefile: 1.6 -> 1.7 dutch/Pics/Makefile: 1.5 -> 1.6 esperanto/Pics/Makefile: 1.5 -> 1.6 finnish/Pics/Makefile: 1.7 -> 1.8 french/Pics/Makefile: 1.7 -> 1.8 german/Pics/Makefile: 1.10 -> 1.11 greek/Pics/Makefile: 1.4 -> 1.5 hungarian/Pics/Makefile: 1.5 -> 1.6 italian/Pics/Makefile: 1.9 -> 1.10 japanese/Pics/Makefile: 1.6 -> 1.7 korean/Pics/Makefile: 1.6 -> 1.7 norwegian/Pics/Makefile: 1.6 -> 1.7 polish/Pics/Makefile: 1.6 -> 1.7 portuguese/Pics/Makefile: 1.6 -> 1.7 romanian/Pics/Makefile: 1.6 -> 1.7 russian/Pics/Makefile: 1.5 -> 1.6 spanish/Pics/Makefile: 1.10 -> 1.11 swedish/Pics/Makefile: 1.6 -> 1.7 turkish/Pics/Makefile: 1.5 -> 1.6
Diffstat (limited to 'norwegian/Pics')
-rw-r--r--norwegian/Pics/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/norwegian/Pics/Makefile b/norwegian/Pics/Makefile
index 0890a26637d..780da49e05d 100644
--- a/norwegian/Pics/Makefile
+++ b/norwegian/Pics/Makefile
@@ -17,6 +17,9 @@ ifneq "$(wildcard debbar.pl)" ""
debbar := ./debbar.pl
endif
+ifneq "$(ANTIALIAS)" ""
+debbar += -antialias $(ANTIALIAS)
+endif
ifneq "$(FONTFACE)" ""
debbar += -fontface $(FONTFACE)
endif
@@ -34,19 +37,19 @@ debbar += -fontencoding $(FONTENCODING)
endif
about.$(LANGUAGE).gif:
- $(debbar) -words $(ABOUT_TEXT) -o $@
+ $(debbar) -words $(ABOUT_TEXT) -o $(CURDIR)/$@
devel.$(LANGUAGE).gif:
- $(debbar) -words $(DEVEL_TEXT) -o $@
+ $(debbar) -words $(DEVEL_TEXT) -o $(CURDIR)/$@
distrib.$(LANGUAGE).gif:
- $(debbar) -words $(DISTRIB_TEXT) -o $@
+ $(debbar) -words $(DISTRIB_TEXT) -o $(CURDIR)/$@
news.$(LANGUAGE).gif:
- $(debbar) -words $(NEWS_TEXT) -o $@
+ $(debbar) -words $(NEWS_TEXT) -o $(CURDIR)/$@
search.$(LANGUAGE).gif:
- $(debbar) -words $(SEARCH_TEXT) -o $@
+ $(debbar) -words $(SEARCH_TEXT) -o $(CURDIR)/$@
sitemap.$(LANGUAGE).gif:
- $(debbar) -words $(SITEMAP_TEXT) -o $@
+ $(debbar) -words $(SITEMAP_TEXT) -o $(CURDIR)/$@
support.$(LANGUAGE).gif:
- $(debbar) -words $(SUPPORT_TEXT) -o $@
+ $(debbar) -words $(SUPPORT_TEXT) -o $(CURDIR)/$@
pics: about.$(LANGUAGE).gif devel.$(LANGUAGE).gif distrib.$(LANGUAGE).gif \
news.$(LANGUAGE).gif search.$(LANGUAGE).gif sitemap.$(LANGUAGE).gif \

© 2014-2024 Faster IT GmbH | imprint | privacy policy