8 lines
152 B
Makefile
Executable file
8 lines
152 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with=autoreconf
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
$(RM) $(CURDIR)/debian/isync/usr/share/doc/isync/ChangeLog
|