aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2003-08-25 00:44:24 +0000
committerFrank Lichtenheld <djpig>2003-08-25 00:44:24 +0000
commit12ae946fd31da9d64ea954f25c3671774779f9ce (patch)
treee9fa10edf069e13e3e98c872a83cd6ee8ec800e1 /Makefile.common
parent3e8c53de0e616f7ec9a465664b294d333d0b5fc0 (diff)
Install also not gzipped gimp files (.xcf)
CVS version numbers Makefile.common: 1.79 -> 1.80
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index dabd740be34..0dad442cd61 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -38,7 +38,7 @@ HTMLDESTFILES = $(sort $(foreach i,$(SUBLANG),\
endif
OTHERFILES := $(wildcard *.ps.gz *.eps *.pdf *.css)
-OTHERFILES += $(wildcard *.jpg *.jpeg *.gif *.png *.fig *.xcf.gz *.ppm)
+OTHERFILES += $(wildcard *.jpg *.jpeg *.gif *.png *.fig *.xcf *.xcf.gz *.ppm)
OTHERDESTFILES := $(patsubst %,$(HTMLDIR)/%,$(OTHERFILES))
existing-SUBS := $(shell for dir in $(wildcard $(SUBS)) ''; do test -d $$dir && echo $$dir; done)

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