mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
6d678c927c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@808 a592a061-630c-0410-9148-cb99ea01b6c8
18 lines
374 B
Makefile
18 lines
374 B
Makefile
|
|
|
|
all-local:
|
|
|
|
templates = \
|
|
template.macros.m4 slot.h.m4 \
|
|
func_slot.h.m4 class_slot.h.m4 object_slot.h.m4 \
|
|
basic_signal.h.m4 \
|
|
bind.h.m4 rettype.h.m4 convert.h.m4 \
|
|
retbind.h.m4
|
|
|
|
noinst_HEADERS = $(templates)
|
|
|
|
EXTRA_DIST = README $(templates)
|
|
|
|
|
|
MAINTAINERCLEANFILES=$(srcdir)/Makefile.in
|