Uttered SEKINE "tatz" Tatsuo <tsekine@xxxxxxxxxx>, spake thus: > Now the Makefile has the following entry for the list of XML files: > > XMLEXTRAFILES-en=daemons-en.xml database-servers-en.xml ... > > IMHO, it could be generalized for the languages like below: > > ---- 8X ---- 8X ---- 8X ---- 8X ---- 8X ---- 8X ---- 8X ---- > define XMLEXTRAFILES_template > XMLEXTRAFILES-$(1)=daemons-$(1).xml desktop-$(1).xml ... > > $(foreach LANG,${LANGUAGES},$(eval $(call XMLEXTRAFILES_template,${LANG}))) > ---- X8 ---- X8 ---- X8 ---- X8 ---- X8 ---- X8 ---- X8 ---- > # I removed unused files(i.e. database-servers-*.xml, > # file-systems-*.xml) from it. Yes, this technique will work. Since it is specific to this document, the change should be made in the local "Makefile", as you correctly show. This is a clever solution. Cheers
Attachment:
pgpndfN813YcH.pgp
Description: PGP signature
-- fedora-docs-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-docs-list