7d776e30ff
WML is a free and extensible Webdesigner's off-line HTML generation toolkit. It consists of a control frontend driving up to nine backends in a sequential pass-oriented filtering scheme. Each backend provides one particular core language. For maximum power WML additionally ships with a well-suited set of include files which provide higher-level features built on top of the backend core languages. While not trivial and idiot proof WML provides most of the core features real hackers always wanted for HTML generation. Lots of testing and feedback from steven@. Thanks!
15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
$OpenBSD: patch-wml_common_Makefile_in,v 1.1.1.1 2006/07/14 16:12:14 bernd Exp $
|
|
--- wml_common/Makefile.in.orig Wed Feb 7 00:02:12 2001
|
|
+++ wml_common/Makefile.in Thu Jun 15 18:58:09 2006
|
|
@@ -41,8 +41,8 @@ INITVARS = \
|
|
have_imagesize=@have_imagesize@ \
|
|
have_io=@have_io@ \
|
|
have_termreadkey=@have_termreadkey@ \
|
|
- have_htmlclean=0 \
|
|
- have_gd=0
|
|
+ have_htmlclean=1 \
|
|
+ have_gd=1
|
|
|
|
SUBDIRS = \
|
|
bitvector \
|