~m-grant-prg/lixbackups/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Mark Grant
  • Date: 2017-05-01 09:22:42 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: m.grant.prg@gmail.com-20170501092242-7wfdrcutul5h2kty
Tags: upstream-1.2.5-12-g20783e6
ImportĀ upstreamĀ versionĀ 1.2.5-12-g20783e6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/env bash
2
 
##########################################################################
3
 
##                                                                      ##
4
 
## Script ID: ./Makefile.am                                             ##
5
 
## Author: Mark Grant                                                   ##
6
 
##                                                                      ##
7
 
## Purpose:                                                             ##
8
 
## AutoMake script file to generate LIXBackups project from source.     ##
9
 
##                                                                      ##
10
 
##########################################################################
 
2
#########################################################################
 
3
#                                                                       #
 
4
# Script ID: ./Makefile.am                                              #
 
5
# Author: Mark Grant                                                    #
 
6
#                                                                       #
 
7
# Purpose:                                                              #
 
8
# AutoMake script file to generate LIXBackups project from source.      #
 
9
#                                                                       #
 
10
#########################################################################
11
11
 
12
 
##########################################################################
13
 
##                                                                      ##
14
 
## Changelog                                                            ##
15
 
##                                                                      ##
16
 
## Date         Author  Version Description                             ##
17
 
##                                                                      ##
18
 
## 16/06/2014   MG      1.0.1   Started versioning of this script.      ##
19
 
## 17/06/2014   MG      1.0.2   Inserted man1 and man5 as subdirectories##
20
 
##                              of manpages to allow for man 5 pages.   ##
21
 
## 01/08/2014   MG      1.0.3   Change project name from IXBackups to   ##
22
 
##                              LUXBackups.                             ##
23
 
## 27/02/2015   MG      1.0.4   Add rootconffiles as a sub-directory.   ##
24
 
## 28/09/2015   MG      1.0.5   Change to conform to AutoTools Template ##
25
 
##                              version 1.0.4.                          ##
26
 
## 19/10/2015   MG      1.0.6   Restructure to conform to AutoTools     ##
27
 
##                              General Template v1.0.5.                ##
28
 
##                                                                      ##
29
 
##########################################################################
 
12
#########################################################################
 
13
#                                                                       #
 
14
# Changelog                                                             #
 
15
#                                                                       #
 
16
# Date          Author  Version Description                             #
 
17
#                                                                       #
 
18
# 16/06/2014    MG      1.0.1   Started versioning of this script.      #
 
19
# 17/06/2014    MG      1.0.2   Inserted man1 and man5 as subdirectories#
 
20
#                               of manpages to allow for man 5 pages.   #
 
21
# 01/08/2014    MG      1.0.3   Change project name from IXBackups to   #
 
22
#                               LUXBackups.                             #
 
23
# 27/02/2015    MG      1.0.4   Add rootconffiles as a sub-directory.   #
 
24
# 28/09/2015    MG      1.0.5   Change to conform to AutoTools Template #
 
25
#                               version 1.0.4.                          #
 
26
# 19/10/2015    MG      1.0.6   Restructure to conform to AutoTools     #
 
27
#                               General Template v1.0.5.                #
 
28
# 01/05/2017    MG      1.0.7   Move command man pages to section 8.    #
 
29
#                               Move logrotate to new subdir logrotate. #
 
30
#                                                                       #
 
31
#########################################################################
30
32
 
31
33
 
32
34
SUBDIRS = source/progs/bash
33
 
SUBDIRS += source/man/man1 source/man/man5
34
 
SUBDIRS += source/conf/etc source/conf/rootetc
35
 
 
 
35
SUBDIRS += source/man/man5 source/man/man8
 
36
SUBDIRS += source/conf/etc source/conf/rootetc/logrotate