Artifact 14e99084f2371e5f75c2b7649127fdc7b0158204:
- File Makefile — part of check-in [6dc1e6a1f3] at 2007-11-12 03:45:06 on branch trunk — Initial check-in of documentation sources. (user: drh size: 450) [more...]
#!/usr/make # # Makefile for SQLite Documentation # #### The toplevel directory of the documentation source. # DOC = ../website/site #### The toplevel directory of the program source code. # SRC = ../sqlite #### Which "awk" program provides nawk compatibilty # # NAWK = nawk NAWK = awk # You should not have to change anything below this line ############################################################################### include $(DOC)/main.mk