html.mk

static html creation framework using make(1) and cpp(1)
git clone git://0x30.net/html.mk
Log | Files | Refs | README | LICENSE

site.mk.example (467B)


      1 #
      2 # Site specific configuration.
      3 #
      4 
      5 #
      6 # The next three options are used for out of tree builds and do need to be
      7 # set for in tree builds.
      8 #
      9 # Parent directory of root site directory.
     10 # BSDSRCDIR=	/nfs/src
     11 #
     12 # The directory to place built site files.
     13 # BSDOBJDIR=	/var/www/htdocs
     14 #
     15 # This will likely be necessary for other processes to read the created files.
     16 # WOBJUMASK=	002
     17 
     18 # Control cpp(1) behavior, for example adding search directories.
     19 # CPPFLAGS=	-Iinclude