diff --git a/doc/templates/Makefile b/doc/templates/Makefile index ebac0ce5..1356227d 100644 --- a/doc/templates/Makefile +++ b/doc/templates/Makefile @@ -112,6 +112,7 @@ TABLES = Exif \ Sony1MltCsA100 SCHEMA = xmp_dc \ + xmp_dwc \ xmp_xmp \ xmp_xmpRights \ xmp_xmpMM \ @@ -166,7 +167,7 @@ $(TABLES): $(TAGLIST) Iptc: $(TAGLIST) @echo Generating $@ table... - @$(TAGLIST) $@ | sed -e"s//\>/g" -e"s/±/\±/g" \ + @$(TAGLIST) $@ | sed -e"s//\>/g" -e"s/�/\±/g" \ | awk -f iptc.awk > $@.xml @xsltproc iptc.xsl $@.xml > $@.tmp @sed "s/report1/$@/g" $@.tmp > __$@__ diff --git a/doc/templates/__index2__ b/doc/templates/__index2__ index e9e80b4f..07d46f94 100644 --- a/doc/templates/__index2__ +++ b/doc/templates/__index2__ @@ -23,6 +23,7 @@