16 lines
168 B
Makefile
16 lines
168 B
Makefile
SUBDIRS = \
|
|
common \
|
|
appearance
|
|
|
|
|
|
DIST_SUBDIRS = \
|
|
common \
|
|
appearance \
|
|
about-me
|
|
|
|
|
|
if BUILD_ABOUTME
|
|
SUBDIRS += about-me
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|