aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 5076dd71afe34f1c5350df7044e2fc1f664ed56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = intl po lib ncpd plpfuse plpftp plpprint sisinstall doc

EXTRA_DIST = AUTHORS COPYING INSTALL NEWS README TODO HISTORY ABOUT-NLS \
	etc/s5magic etc/s5kdemagic etc/psion.in etc/psion.SuSE.in \
	etc/ttytap.c etc/psidump etc/psidump.1 \
	etc/udev-usbserial-plptools.rules etc/plptools.spec

DISTCLEANFILES = etc/psion etc/psion.SuSE

install-exec-local:
	install -D $(top_builddir)/etc/psion $(DESTDIR)$(initdir)/psion

dist-local:
	kdoc -d doc/api -n libplp --strip-h-path lib/*.h

NOTES = release-notes

release: distcheck
	cvs diff && \ # Stop if there are outstanding changes
	cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
	woger $(PACKAGE) $(VERSION) release-notes.$(VERSION)