mirror of https://git.code.sf.net/p/isync/isync
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
537 B
22 lines
537 B
SUBDIRS = src |
|
man_MANS = isync.1 |
|
EXTRA_DIST = debian isyncrc.sample isync.spec $(man_MANS) |
|
|
|
log: |
|
@perl -p -e "s/^(\\S+)\\s+(\\S.+\\S)\\s+(\\S+)\\s*\$$/\$$1:'\$$2 <\$$3>'\\n/" < ../CVSROOT/accounts > .usermap |
|
cvs2cl -U .usermap --no-wrap --separate-header |
|
@rm -f .usermap ChangeLog.bak |
|
|
|
deb: |
|
CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary |
|
|
|
deb-clean: |
|
dh_clean -Xsrc/ |
|
fakeroot debian/rules unpatch |
|
|
|
distdir distclean: deb-clean |
|
|
|
rpm: |
|
make dist |
|
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES |
|
rpm -ba --clean isync.spec
|
|
|