29e535883b
- fixed script element handling in framesets - detect repeated attributes e.g. in tables - supports Gnu Emacs error parsing - Word 2000 cleanup - HTML syntax fixes
21 lines
313 B
Text
21 lines
313 B
Text
$NetBSD: patch-aa,v 1.3 2000/12/18 20:20:12 kim Exp $
|
|
|
|
--- Makefile.orig Fri Aug 4 12:21:20 2000
|
|
+++ Makefile Mon Dec 18 15:09:19 2000
|
|
@@ -1,14 +1,8 @@
|
|
# Makefile - for tidy
|
|
|
|
-CC= gcc
|
|
+#CC= gcc
|
|
|
|
-CFLAGS= -O
|
|
-
|
|
-# Makefile - for tidy
|
|
-
|
|
-CC= gcc
|
|
-
|
|
-CFLAGS= -O
|
|
+CFLAGS+= -D__USE_MISC
|
|
|
|
INSTALLDIR= /usr/local/
|
|
|