summaryrefslogtreecommitdiff
path: root/data/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'data/profiles')
-rw-r--r--data/profiles/IFRA26S_2004_newsprint.xml.in (renamed from data/profiles/ISOnewspaper26.xml.in)2
-rw-r--r--data/profiles/Makefile.am10
2 files changed, 6 insertions, 6 deletions
diff --git a/data/profiles/ISOnewspaper26.xml.in b/data/profiles/IFRA26S_2004_newsprint.xml.in
index de76935..1f46984 100644
--- a/data/profiles/ISOnewspaper26.xml.in
+++ b/data/profiles/IFRA26S_2004_newsprint.xml.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<profile>
- <_description>IFRA26 Newsprint</_description>
+ <_description>IFRA26S 2004 Newsprint</_description>
<_copyright>This profile is free of known copyright restrictions</_copyright>
<manufacturer>ArgyllCMS</manufacturer>
<license>CC0</license>
diff --git a/data/profiles/Makefile.am b/data/profiles/Makefile.am
index 334c78f..f3c51a7 100644
--- a/data/profiles/Makefile.am
+++ b/data/profiles/Makefile.am
@@ -27,7 +27,7 @@ noinst_DATA = \
Gamma5500K.xml \
Gamma6500K.xml \
GRACoL_TR006_coated.xml \
- ISOnewspaper26.xml \
+ IFRA26S_2004_newsprint.xml \
NTSC-RGB.xml \
PAL-RGB.xml \
ProPhotoRGB.xml \
@@ -81,7 +81,7 @@ generatedprofiles += \
SNAP_TR002_newsprint.icc \
SWOP_TR003_coated_3.icc \
SWOP_TR005_coated_5.icc \
- ISOnewspaper26.icc
+ IFRA26S_2004_newsprint.icc
endif
profiles_DATA = \
@@ -269,11 +269,11 @@ SWOP_TR005_coated_5.icc: SWOP_TR005_coated_5.xml
$(top_builddir)/client/cd-create-profile \
--output $@ \
$(builddir)/SWOP_TR005_coated_5.xml
-ISOnewspaper26.icc: ISOnewspaper26.xml
+IFRA26S_2004_newsprint.icc: IFRA26S_2004_newsprint.xml
$(AM_V_GEN) \
$(top_builddir)/client/cd-create-profile \
--output $@ \
- $(builddir)/ISOnewspaper26.xml
+ $(builddir)/IFRA26S_2004_newsprint.xml
endif
sourcedata = \
@@ -302,7 +302,7 @@ sourcedata = \
Gamma5500K.xml.in \
Gamma6500K.xml.in \
GRACoL_TR006_coated.xml.in \
- ISOnewspaper26.xml.in \
+ IFRA26S_2004_newsprint.xml.in \
NTSC-RGB.xml.in \
PAL-RGB.xml.in \
ProPhotoRGB.xml.in \