diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-13 03:01:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-13 03:01:12 +0000 |
commit | 3fc7ffeb3d832c8a84ced4b597535326676d68a3 (patch) | |
tree | e9b58f3fe3659f5591b3208e00e412e37f3c6c0d /misc/Makefile | |
parent | ae203b7f2f5ccc9d7fd3711dae54e0177f683e49 (diff) | |
download | perl-MDK-Common-3fc7ffeb3d832c8a84ced4b597535326676d68a3.tar perl-MDK-Common-3fc7ffeb3d832c8a84ced4b597535326676d68a3.tar.gz perl-MDK-Common-3fc7ffeb3d832c8a84ced4b597535326676d68a3.tar.bz2 perl-MDK-Common-3fc7ffeb3d832c8a84ced4b597535326676d68a3.tar.xz perl-MDK-Common-3fc7ffeb3d832c8a84ced4b597535326676d68a3.zip |
- use DESTDIR
- add perl_checker-vim
- add Ctrl-return in perl and cperl emacs mode
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 7 |
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 |