summaryrefslogtreecommitdiff
path: root/common.mk
blob: 4fa1492891f7788799dd46d87bcecf77455061a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- make -*-
# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com>

ifndef PREFIX
	PREFIX=web_site_version
endif

ifndef DESTDIR
	DESTDIR=$(TOPDIR)/
endif

INSTALL = install -p
MAKEINCLUDE_DIR = $(TOPDIR)/makefile_templates

CONFIG_DIR ?= $(TOPDIR)/configs
PANDOC_TEMPLATE ?= class

V ?= 0
ifeq ($(V),0)
# Don’t print command lines which are run
.SILENT:

endif