remove cruft that joy told me to....
[mirror/userdir-ldap.git] / web / Make.lang
diff --git a/web/Make.lang b/web/Make.lang
deleted file mode 100644 (file)
index 06fd2c3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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 <options here>" \
-#                --epilog="/usr/bin/tcs <options here> > $(@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)
-