mirror of https://github.com/BOINC/boinc.git
11 lines
167 B
Makefile
11 lines
167 B
Makefile
|
## -*- mode: make; tab-width: 4 -*-
|
||
|
## $Id$
|
||
|
|
||
|
include $(top_srcdir)/Makefile.incl
|
||
|
|
||
|
if HAVE_DOCBOOK2X_MAN
|
||
|
MAYBE_MANPAGES = manpages
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(MAYBE_MANPAGES)
|