10 lines
295 B
Makefile
10 lines
295 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
# FIXME dtdocbook needs to be fixed to allow parallel building here
|
|
.NOTPARALLEL:
|
|
|
|
# this sets the LANG and HELP_LANG variables
|
|
include $(top_srcdir)/programs/localized/templates/C.am
|
|
# this does all the work
|
|
include $(top_srcdir)/doc/common/help/sdl-docs.am
|