/[webwml]/db.debian.org/Make.lang
ViewVC logotype

Contents of /db.debian.org/Make.lang

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Thu Sep 5 03:44:46 2002 UTC (10 years, 8 months ago) by tausq
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
remove cruft that joy told me to....
1 # The LANGUAGE variable needs to be set for each language.
2 # LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
3 LANGUAGE=en
4 LANGUAGECAP=EN
5
6 # The '-q' forces wml to be quiet. Very useful in scripts.
7 # It is sometimes useful to add '--epilog=weblint' to check for errors
8 # in the html generated.
9 # Other languages may want to change the wml command to execute programs
10 # that get run before or after wml. For example,
11 # WML="wml -q --prolog="/usr/bin/tcs <options here>" \
12 # --epilog="/usr/bin/tcs <options here> > $(@D)/$(@F)" \
13 # -o $(@F)
14 # If you use --epilog as above, then you will want to add a line to
15 # Make.templ.inc to remove $(@F) after WML is done.
16 WMLOPTIONS=-q
17 WMLOUTFILE=$(@F)
18 WMLPROLOG=
19 WMLEPILOG=
20 WML=wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
21

  ViewVC Help
Powered by ViewVC 1.1.5