From db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Sep 2001 01:02:46 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'. --- databases/sqlite2/files/Makefile.docs | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 databases/sqlite2/files/Makefile.docs (limited to 'databases/sqlite2/files/Makefile.docs') diff --git a/databases/sqlite2/files/Makefile.docs b/databases/sqlite2/files/Makefile.docs deleted file mode 100644 index 77d95a57d548..000000000000 --- a/databases/sqlite2/files/Makefile.docs +++ /dev/null @@ -1,25 +0,0 @@ -TCL_VER ?= 8.3 - -SRCS != echo ${.CURDIR}/*.tcl -DOCS = ${SRCS:Nopcode.tcl:.tcl=.html} -CODE != echo ${.CURDIR}/../src/*.[chy] - -all: ${DOCS} opcode.html - -opcode.html:: opcode.tcl vdbe.c - tclsh${TCL_VER} ${.ALLSRC} > opcode.html - -.SUFFIXES: .tcl .html - -.tcl.html: - tclsh${TCL_VER} $*.tcl > $*.html - -${DOCS}: last_change - -.PATH: ${.CURDIR}/../src - -last_change: ${CODE} - awk '/\$$Id:/ && NF > 4 { \ - if ($$2 == "\$$Id:") print $$5 "," $$6; \ - else print $$6 "," $$7 \ - }' ${.ALLSRC} | sort -t, | tail -1 > lc && mv lc last_change -- cgit v1.2.3