-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
executable file
·22 lines (20 loc) · 1.32 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#------------------------------------------------------------------------------#
# vi: set sw=4 ts=4 ai: ("set modeline" in ~/.exrc) #
#------------------------------------------------------------------------------#
#------------------------------------------------------------------------------#
# V e r s i o n i n f o r m a t i o n #
#------------------------------------------------------------------------------#
# $Id: Makefile 6 2011-07-08 13:00:36 tonk $: #
# $Revision:: 6 $: #
# $Author:: Ton Kersten <[email protected]> $: #
# $Date:: 2011-07-08 13:01:54 +0200 (Fri, 08 Jul 2011) $: #
# $Hash:: 3500a8aedcab734ba0874623fe23896c775f3508 (tonk) $: #
#------------------------------------------------------------------------------#
# E n d o f v e r s i o n i n f o r m a t i o n #
#------------------------------------------------------------------------------#
install:
install -p -m 755 header.pl /home/tonk/bin
#
install -p -m 644 header.pl /home/tonk/tonkersten/files/header
install -p -m 644 name.info /home/tonk/tonkersten/files/header
install -p -m 644 README /home/tonk/tonkersten/files/header