Artifact be3db6d8262c7b90ac984c1db43c99db07831981:
- File Makefile — part of check-in [218a28e1d5] at 2009-05-11 14:24:28 on branch trunk — Fixed typo. (user: shaneh size: 457)
#!/usr/make # # Makefile for SQLite Documentation # #### The toplevel directory of the documentation source. # DOC = . #### 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