pot: po/mwcc.pot po/*/mwcc.po
po/mwcc.pot: $(SOURCE).xml
TEMP=`tempfile -p mwcc` && \
- po4a-gettextize -f docbook -m $(SOURCE).xml -p $$TEMP -M utf-8 --package-name 'Made with Creative Commons' --package-version $(VERSION) && \
+ po4a-gettextize -f docbook -m $(SOURCE).xml -p $$TEMP -M utf-8 \
+ -o nodefault="<imageobject>" \
+ -o untranslated="<imageobject>" \
+ --package-name 'Made with Creative Commons' \
+ --package-version $(VERSION) && \
echo '# MADE WITH CREATIVE COMMONS' > $@ && \
echo '# Copyright (C) 2017 by Creative Commons.' >> $@ && \
echo '# This file is published under a Creative Commons Attribution-ShareAlike license (CC BY-SA), version 4.0' >> $@ && \