lyx_mirror/Makefile.am
Lars Gullik Bjønnes 53b464c5e9 some new (not extensive) changes, some fixes, will probably reverto to .la libs later .o libs is too much a hassle, please read the ChangeLog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@408 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-08 21:02:58 +00:00

26 lines
684 B
Makefile

AUTOMAKE_OPTIONS = foreign
DISTCLEANFILES= *.orig *.rej *~ *.bak lyx.1 core
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \
development/lyx.spec
SUBDIRS = intl po src lib
EXTRA_DIST = ANNOUNCE OLD-CHANGES INSTALL.OS2 INSTALL.autoconf README.OS2 \
UPGRADING lyx.man acconfig.h \
config development forms images
ETAGS_ARGS = --c++
man_MANS = lyx.1
lyx.1:
cp -p $(srcdir)/lyx.man lyx.1
dist-hook:
cd $(distdir) ; rm -rf `find config -name \*CVS\*` ; \
rm -rf `find development -name \*CVS\*` ; \
rm -rf `find forms -name \*CVS\*` ; \
rm -rf `find images -name \*CVS\*`
rpmdist: dist
ln -s images/lyx.xpm . ; \
rpm -ta ${PACKAGE}-${VERSION}.tar.gz ; \
rm lyx.xpm