mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
27de1486ca
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
12 lines
378 B
Makefile
12 lines
378 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak lyx.1 core
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
|
|
SUBDIRS = intl po src lib
|
|
EXTRA_DIST = ANNOUNCE CHANGES INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
|
UPGRADING WHATSNEW acconfig.h lyx.man \
|
|
config development forms images
|
|
ETAGS_ARGS = --c++
|
|
man_MANS = lyx.1
|
|
lyx.1:
|
|
cp -p $(srcdir)/lyx.man lyx.1
|