$(TOPDIR), htdocs, htdocs/images: Add htdocs and doctmpl subdir

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-11 11:12:31 +00:00
commit aacb3ffc0f
5 changed files with 279 additions and 0 deletions

6
htdocs/Makefile Normal file
View file

@ -0,0 +1,6 @@
TOPDIR = ..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/dirs.mk
include $(MODDIR)/make/htdocs.mk

6
htdocs/images/Makefile Normal file
View file

@ -0,0 +1,6 @@
TOPDIR = ../..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/dirs.mk
include $(MODDIR)/make/htdocs.mk

View file

@ -0,0 +1,8 @@
TOPDIR = ../../..
GENERATED_PNG_WIDTHS =
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/svg.mk
include $(MODDIR)/make/htdocs.mk

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 36 KiB