d8feabb353b3c2650facea4afd08c86bb56e5549
kent
  Fri Apr 6 16:51:54 2012 -0700
Moving autoSql and autoDtd and autoXml back to just under hg.  A little autoSql -django fix.
diff --git src/utils/autoDtd/makefile src/utils/autoDtd/makefile
deleted file mode 100644
index 79e81ae..0000000
--- src/utils/autoDtd/makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-include ../../inc/common.mk
-
-L += -lm
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkweb.a
-
-O = autoDtd.o
-
-autoDtd: $O ${MYLIBS}
-	${CC} ${COPT} -o ${BINDIR}/autoDtd $O ${MYLIBS} $L
-	${STRIP} ${BINDIR}/autoDtd${EXE}
-
-clean:
-	rm -f $O
-	rm -f test/*/out.*
-
-test::
-	./doTest