2002-12-28 03:05:43 +00:00
|
|
|
SUBDIRS = debian src
|
|
|
|
man_MANS = isync.1
|
2003-05-07 00:06:37 +00:00
|
|
|
EXTRA_DIST = isyncrc.sample isync.spec $(man_MANS)
|
2002-12-28 03:05:43 +00:00
|
|
|
DISTCLEANFILES = *~ build-stamp configure-stamp
|
2000-12-20 22:28:05 +00:00
|
|
|
|
|
|
|
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
|
2003-05-06 02:17:10 +00:00
|
|
|
@rm -f .usermap ChangeLog.bak
|
2000-12-21 20:56:14 +00:00
|
|
|
|
|
|
|
rpm:
|
|
|
|
make dist
|
2002-12-28 03:05:43 +00:00
|
|
|
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES
|
2000-12-21 20:56:14 +00:00
|
|
|
rpm -ba --target=i586 --clean isync.spec
|