summaryrefslogtreecommitdiff
path: root/sample/Makefile
blob: cd9d52157f66404f334dc5a1476a97742513054b (plain)
  1. # A layout project using Couchdesign content transformation
  2. # content
  3. texts = front chapter1 chapter2 chapter3 caption1 caption2
  4. # include shared code
  5. $(if $(wildcard $(COUCHDIR)),,\
  6. $(info ERROR: Add e.g. this to ~/.bashrc: export COUCHDIR=~/src/COUCH)\
  7. $(error cannot load shared code))
  8. include $(COUCHDIR)/layout/lib/content.mk