diff --git a/ChangeLog b/ChangeLog index 1d135a7ba29404acece77727511e809b8b4cd145..2aa08d10d8a33d28a91b4247e055e2c457bc50d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-10-30 Per Cederqvist <ceder@sedesopim.lysator.liu.se> + Provide a makefile that can install the system. + + * Makefile: New file + (BINDIR): New constant. + (all): New target. Do nothing. + (install): New target. + Print status. * lysrdiff-status: New file. Print some status information about diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..4d18b16b5eec7f316b45be4a81a16934a974baba --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +BINDIR=/nobackup/backup.lysator/bin + +all:; + +install: + cp backup-all $(BINDIR)/ + cp backup-one-task $(BINDIR)/ + cp distribute-tasks $(BINDIR)/ + cp fetch-backup-work $(BINDIR)/ + cp lysrdiff-status $(BINDIR)/