SQLite

Check-in [3b9689cc35]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment::-) (CVS 97)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3b9689cc35acd3008ca32b6b9882f4e625381c6e
User & Date: drh 2000-06-15 11:32:11.000
Context
2000-06-15
15:57
:-) (CVS 98) (check-in: f26d0cdf45 user: drh tags: trunk)
11:32
:-) (CVS 97) (check-in: 3b9689cc35 user: drh tags: trunk)
2000-06-12
17:49
:-) (CVS 96) (check-in: 36c2b059ac user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to Makefile.in.
211
212
213
214
215
216
217

218
219
220
221
222
223
224
  arch.html \
  arch.png \
  c_interface.html

website:	$(PUBLISH)

publish:	$(PUBLISH)

	scp $(PUBLISH) hwaci@oak.he.net:public_html/sw/sqlite

clean:	
	rm -f *.o sqlite libsqlite.a sqlite.h
	rm -f lemon lempar.c parse.* sqlite.tar.gz
	rm -f $(PUBLISH)
	rm -f *.da *.bb *.bbg gmon.out







>







211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
  arch.html \
  arch.png \
  c_interface.html

website:	$(PUBLISH)

publish:	$(PUBLISH)
	chmod 0644 $(PUBLISH)
	scp $(PUBLISH) hwaci@oak.he.net:public_html/sw/sqlite

clean:	
	rm -f *.o sqlite libsqlite.a sqlite.h
	rm -f lemon lempar.c parse.* sqlite.tar.gz
	rm -f $(PUBLISH)
	rm -f *.da *.bb *.bbg gmon.out