# The LANGUAGE variable needs to be set for each language. # LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices) LANGUAGE=en LANGUAGECAP=EN # The '-q' forces wml to be quiet. Very useful in scripts. # It is sometimes useful to add '--epilog=weblint' to check for errors # in the html generated. # Other languages may want to change the wml command to execute programs # that get run before or after wml. For example, # WML="wml -q --prolog="/usr/bin/tcs " \ # --epilog="/usr/bin/tcs > $(@D)/$(@F)" \ # -o $(@F) # If you use --epilog as above, then you will want to add a line to # Make.templ.inc to remove $(@F) after WML is done. WMLOPTIONS=-q WMLOUTFILE=$(@F) WMLPROLOG= WMLEPILOG= WML=wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)