~m-grant-prg/vm-container-utils/trunk

« back to all changes in this revision

Viewing changes to src/man/1/lxcu/Makefile.am

  • Committer: Mark Grant
  • Date: 2020-11-22 15:50:59 UTC
  • mfrom: (1.1.13)
  • Revision ID: m.grant.prg@gmail.com-20201122155059-kzv85js8bdtf6wub
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# Date          Author  Version Description                             #
19
19
#                                                                       #
20
20
# 30/09/2020    MG      1.0.1   Initial release.                        #
 
21
# 21/11/2020    MG      1.0.2   Add lxcu-copy.sh.                       #
21
22
#                                                                       #
22
23
#########################################################################
23
24
 
24
25
 
25
 
lxcu-create.sh.1 lxcu-project-tmp.sh.1 lxcu-start.sh.1 \
 
26
lxcu-copy.sh.1 lxcu-create.sh.1 lxcu-project-tmp.sh.1 lxcu-start.sh.1 \
26
27
        lxcu-upgrade.sh.1: Makefile
27
28
        mkdir -p $(@D)
28
29
        rm -f $@ $@.tmp
41
42
        fi; \
42
43
        txt2manwrap $(@F) $$section "LXCU Scripts Manual" $@.tmp $@
43
44
        rm -f $@.tmp
 
45
lxcu-copy.sh.1: $(srcdir)/lxcu-copy.sh.1.man.in
44
46
lxcu-create.sh.1: $(srcdir)/lxcu-create.sh.1.man.in
45
47
lxcu-project-tmp.sh.1: $(srcdir)/lxcu-project-tmp.sh.1.man.in
46
48
lxcu-start.sh.1: $(srcdir)/lxcu-start.sh.1.man.in
47
49
lxcu-upgrade.sh.1: $(srcdir)/lxcu-upgrade.sh.1.man.in
48
50
 
49
 
man_MANS = lxcu-create.sh.1 lxcu-project-tmp.sh.1 lxcu-start.sh.1 \
50
 
        lxcu-upgrade.sh.1
 
51
man_MANS = lxcu-copy.sh.1 lxcu-create.sh.1 lxcu-project-tmp.sh.1 \
 
52
        lxcu-start.sh.1 lxcu-upgrade.sh.1
51
53
 
52
 
EXTRA_DIST = $(srcdir)/lxcu-create.sh.1.man.in \
 
54
EXTRA_DIST = $(srcdir)/lxcu-copy.sh.1.man.in $(srcdir)/lxcu-create.sh.1.man.in \
53
55
        $(srcdir)/lxcu-project-tmp.sh.1.man.in \
54
56
        $(srcdir)/lxcu-start.sh.1.man.in $(srcdir)/lxcu-upgrade.sh.1.man.in
55
57
 
56
 
CLEANFILES = *.tmp lxcu-create.sh.1 lxcu-project-tmp.sh.1 \
 
58
CLEANFILES = *.tmp lxcu-copy.sh.1 lxcu-create.sh.1 lxcu-project-tmp.sh.1 \
57
59
        lxcu-start.sh.1 lxcu-upgrade.sh.1
58
60