summaryrefslogtreecommitdiffstats
path: root/misc/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-25 15:08:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-25 15:08:17 +0000
commit2033330a441ab99695c064faf6d55af3d2f7732d (patch)
treeae8483790358b1a7e971b8676191a156fced72b1 /misc/Makefile
parent60e159ef702b60aeb4515f36ca23b8a73181d028 (diff)
downloadperl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.gz
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.bz2
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.tar.xz
perl_checker-2033330a441ab99695c064faf6d55af3d2f7732d.zip
re-sync after the big svn loss
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
new file mode 100644
index 0000000..70c3def
--- /dev/null
+++ b/misc/Makefile
@@ -0,0 +1,7 @@
+PREFIX = /usr
+DATADIR = $(PREFIX)/share
+
+install:
+ install -D -m 644 perl_checker.vim $(DESTDIR)$(DATADIR)/vim/ftplugin/perl_checker.vim
+ install -D -m 644 perl_checker.el $(DESTDIR)/etc/emacs/site-start.d/perl_checker.el
+ install -D perl_checker-vim $(DESTDIR)$(PREFIX)/bin/perl_checker-vim