isync/Makefile.am

17 lines
510 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:
2003-05-05 17:17:44 +00:00
@echo "me:'Michael Elkins <me@sigpipe.org>'" > .usermap
@echo "melkins:'Michael Elkins <me@sigpipe.org>'" >> .usermap
@echo "ossi:'Oswald Buddenhagen <ossi@users.sf.net>'" >> .usermap
cvs2cl -U .usermap --no-wrap --separate-header
@rm .usermap
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