File: Makefile.am

package info (click to toggle)
lyx 1.1.4-7
  • links: PTS
  • area: contrib
  • in suites: potato
  • size: 15,708 kB
  • ctags: 7,042
  • sloc: cpp: 63,191; sh: 8,634; ansic: 3,411; perl: 3,323; makefile: 636; tcl: 163; sed: 93; yacc: 38
file content (25 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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