isync/Makefile.am

16 lines
431 B
Makefile
Raw Normal View History

SUBDIRS = debian src
man_MANS = isync.1
EXTRA_DIST = isyncrc.sample isync.spec.in $(man_MANS)
DISTCLEANFILES = *~ build-stamp configure-stamp
log:
rcs2log -u "me Michael Elkins me@sigpipe.org" \
-u "melkins Michael Elkins me@sigpipe.org" \
-u "ossi Oswald Buddenhagen ossi@users.sf.net" \
-l 79 > ChangeLog
2000-12-21 20:56:14 +00:00
rpm:
make dist
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES
2000-12-21 20:56:14 +00:00
rpm -ba --target=i586 --clean isync.spec