aboutsummaryrefslogtreecommitdiffstats
path: root/omf-install/Makefile.am
blob: 31617e3c3e883a7d419c0abf3a3d263868125bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
omf_dest_dir=$(datadir)/omf/evolution
scrollkeeper_localstate_dir = $(SCROLLKEEPER_LOCALSTATE_DIR)

install-data-local:
    $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
    -for file in $(srcdir)/*.omf; do            \
        $(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir); \
    done
    -scrollkeeper-update -p $(scrollkeeper_localstate_dir) 

uninstall-local:
    -for file in $(srcdir)/*.omf; do            \
        basefile=`basename $$file`;             \
        rm -f $(omf_dest_dir)/$$basefile;       \
        done
    -rmdir $(omf_dest_dir)
    -scrollkeeper-update -p $(scrollkeeper_localstate_dir) 
5ab68f046d6d68c&showmsg=1'>Expand)AuthorAgeFilesLines * Update WWWsunpoet2018-05-281-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-2/+2 * Make it so that the default Perl is always called perl5.mat2015-09-141-1/+1 * Remove Author from pkg-descr and white space fixesbapt2015-03-03