mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
|
AUTOMAKE_OPTIONS = foreign
|
||
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
||
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
|
||
|
SUBDIRS = regex
|
||
|
ETAGS_ARGS = --lang=c++
|
||
|
|