~m-grant-prg/mget/focal-trunk

« back to all changes in this revision

Viewing changes to src/manpages/man1/Makefile.in

  • Committer: Mark Grant
  • Date: 2015-06-26 14:04:54 UTC
  • Revision ID: m.grant.prg@gmail.com-20150626140454-ic5qk4mhb3136egx
Tags: upstream-1.1.5
ImportĀ upstreamĀ versionĀ 1.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#! /usr/bin/env bash
 
18
##########################################################################
 
19
##########################################################################
 
20
 
 
21
##########################################################################
 
22
##########################################################################
 
23
VPATH = @srcdir@
 
24
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
25
am__make_running_with_option = \
 
26
  case $${target_option-} in \
 
27
      ?) ;; \
 
28
      *) echo "am__make_running_with_option: internal error: invalid" \
 
29
              "target option '$${target_option-}' specified" >&2; \
 
30
         exit 1;; \
 
31
  esac; \
 
32
  has_opt=no; \
 
33
  sane_makeflags=$$MAKEFLAGS; \
 
34
  if $(am__is_gnu_make); then \
 
35
    sane_makeflags=$$MFLAGS; \
 
36
  else \
 
37
    case $$MAKEFLAGS in \
 
38
      *\\[\ \   ]*) \
 
39
        bs=\\; \
 
40
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
41
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
42
    esac; \
 
43
  fi; \
 
44
  skip_next=no; \
 
45
  strip_trailopt () \
 
46
  { \
 
47
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
48
  }; \
 
49
  for flg in $$sane_makeflags; do \
 
50
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
51
    case $$flg in \
 
52
      *=*|--*) continue;; \
 
53
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
54
      -*I?*) strip_trailopt 'I';; \
 
55
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
56
      -*O?*) strip_trailopt 'O';; \
 
57
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
58
      -*l?*) strip_trailopt 'l';; \
 
59
      -[dEDm]) skip_next=yes;; \
 
60
      -[JT]) skip_next=yes;; \
 
61
    esac; \
 
62
    case $$flg in \
 
63
      *$$target_option*) has_opt=yes; break;; \
 
64
    esac; \
 
65
  done; \
 
66
  test $$has_opt = yes
 
67
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
68
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
69
pkgdatadir = $(datadir)/@PACKAGE@
 
70
pkgincludedir = $(includedir)/@PACKAGE@
 
71
pkglibdir = $(libdir)/@PACKAGE@
 
72
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
73
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
74
install_sh_DATA = $(install_sh) -c -m 644
 
75
install_sh_PROGRAM = $(install_sh) -c
 
76
install_sh_SCRIPT = $(install_sh) -c
 
77
INSTALL_HEADER = $(INSTALL_DATA)
 
78
transform = $(program_transform_name)
 
79
NORMAL_INSTALL = :
 
80
PRE_INSTALL = :
 
81
POST_INSTALL = :
 
82
NORMAL_UNINSTALL = :
 
83
PRE_UNINSTALL = :
 
84
POST_UNINSTALL = :
 
85
subdir = src/manpages/man1
 
86
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
88
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
90
        $(ACLOCAL_M4)
 
91
mkinstalldirs = $(install_sh) -d
 
92
CONFIG_CLEAN_FILES =
 
93
CONFIG_CLEAN_VPATH_FILES =
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
 
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
 
102
AM_V_at = $(am__v_at_@AM_V@)
 
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
104
am__v_at_0 = @
 
105
am__v_at_1 = 
 
106
SOURCES =
 
107
DIST_SOURCES =
 
108
am__can_run_installinfo = \
 
109
  case $$AM_UPDATE_INFO_DIR in \
 
110
    n|no|NO) false;; \
 
111
    *) (install-info --version) >/dev/null 2>&1;; \
 
112
  esac
 
113
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
114
am__vpath_adj = case $$p in \
 
115
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
116
    *) f=$$p;; \
 
117
  esac;
 
118
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
119
am__install_max = 40
 
120
am__nobase_strip_setup = \
 
121
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
122
am__nobase_strip = \
 
123
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
124
am__nobase_list = $(am__nobase_strip_setup); \
 
125
  for p in $$list; do echo "$$p $$p"; done | \
 
126
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
127
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
128
    if (++n[$$2] == $(am__install_max)) \
 
129
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
130
    END { for (dir in files) print dir, files[dir] }'
 
131
am__base_list = \
 
132
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
133
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
134
am__uninstall_files_from_dir = { \
 
135
  test -z "$$files" \
 
136
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
137
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
138
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
139
  }
 
140
man1dir = $(mandir)/man1
 
141
am__installdirs = "$(DESTDIR)$(man1dir)"
 
142
NROFF = nroff
 
143
MANS = $(man1_MANS)
 
144
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
145
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
146
ACLOCAL = @ACLOCAL@
 
147
AMTAR = @AMTAR@
 
148
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
149
AUTOCONF = @AUTOCONF@
 
150
AUTOHEADER = @AUTOHEADER@
 
151
AUTOMAKE = @AUTOMAKE@
 
152
AWK = @AWK@
 
153
BASH = @BASH@
 
154
CYGPATH_W = @CYGPATH_W@
 
155
DEFS = @DEFS@
 
156
ECHO_C = @ECHO_C@
 
157
ECHO_N = @ECHO_N@
 
158
ECHO_T = @ECHO_T@
 
159
GETOPT = @GETOPT@
 
160
INSTALL = @INSTALL@
 
161
INSTALL_DATA = @INSTALL_DATA@
 
162
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
163
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
164
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
165
LIBOBJS = @LIBOBJS@
 
166
LIBS = @LIBS@
 
167
LTLIBOBJS = @LTLIBOBJS@
 
168
MAKEINFO = @MAKEINFO@
 
169
MKDIR_P = @MKDIR_P@
 
170
PACKAGE = @PACKAGE@
 
171
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
172
PACKAGE_NAME = @PACKAGE_NAME@
 
173
PACKAGE_STRING = @PACKAGE_STRING@
 
174
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
175
PACKAGE_URL = @PACKAGE_URL@
 
176
PACKAGE_VERSION = @PACKAGE_VERSION@
 
177
PATH_SEPARATOR = @PATH_SEPARATOR@
 
178
SET_MAKE = @SET_MAKE@
 
179
SHELL = @SHELL@
 
180
STRIP = @STRIP@
 
181
TXT2MAN = @TXT2MAN@
 
182
VERSION = @VERSION@
 
183
WGET = @WGET@
 
184
WUTCONV = @WUTCONV@
 
185
abs_builddir = @abs_builddir@
 
186
abs_srcdir = @abs_srcdir@
 
187
abs_top_builddir = @abs_top_builddir@
 
188
abs_top_srcdir = @abs_top_srcdir@
 
189
am__leading_dot = @am__leading_dot@
 
190
am__tar = @am__tar@
 
191
am__untar = @am__untar@
 
192
bindir = @bindir@
 
193
build_alias = @build_alias@
 
194
builddir = @builddir@
 
195
datadir = @datadir@
 
196
datarootdir = @datarootdir@
 
197
docdir = @docdir@
 
198
dvidir = @dvidir@
 
199
exec_prefix = @exec_prefix@
 
200
host_alias = @host_alias@
 
201
htmldir = @htmldir@
 
202
includedir = @includedir@
 
203
infodir = @infodir@
 
204
install_sh = @install_sh@
 
205
libdir = @libdir@
 
206
libexecdir = @libexecdir@
 
207
localedir = @localedir@
 
208
localstatedir = @localstatedir@
 
209
mandir = @mandir@
 
210
mkdir_p = @mkdir_p@
 
211
oldincludedir = @oldincludedir@
 
212
pdfdir = @pdfdir@
 
213
pkgversion = @pkgversion@
 
214
prefix = @prefix@
 
215
program_transform_name = @program_transform_name@
 
216
psdir = @psdir@
 
217
sbindir = @sbindir@
 
218
sharedstatedir = @sharedstatedir@
 
219
srcdir = @srcdir@
 
220
sysconfdir = @sysconfdir@
 
221
target_alias = @target_alias@
 
222
top_build_prefix = @top_build_prefix@
 
223
top_builddir = @top_builddir@
 
224
top_srcdir = @top_srcdir@
 
225
manpagessrcdir = $(srcdir)
 
226
man1_MANS = ../../../manpages/man1/mget.1
 
227
EXTRA_DIST = $(manpagessrcdir)/mget.1.txt
 
228
all: all-am
 
229
 
 
230
.SUFFIXES:
 
231
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
232
        @for dep in $?; do \
 
233
          case '$(am__configure_deps)' in \
 
234
            *$$dep*) \
 
235
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
236
                && { if test -f $@; then exit 0; else break; fi; }; \
 
237
              exit 1;; \
 
238
          esac; \
 
239
        done; \
 
240
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/manpages/man1/Makefile'; \
 
241
        $(am__cd) $(top_srcdir) && \
 
242
          $(AUTOMAKE) --gnu src/manpages/man1/Makefile
 
243
.PRECIOUS: Makefile
 
244
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
245
        @case '$?' in \
 
246
          *config.status*) \
 
247
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
248
          *) \
 
249
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
250
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
251
        esac;
 
252
 
 
253
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
254
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
255
 
 
256
$(top_srcdir)/configure:  $(am__configure_deps)
 
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
258
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
259
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
260
$(am__aclocal_m4_deps):
 
261
install-man1: $(man1_MANS)
 
262
        @$(NORMAL_INSTALL)
 
263
        @list1='$(man1_MANS)'; \
 
264
        list2=''; \
 
265
        test -n "$(man1dir)" \
 
266
          && test -n "`echo $$list1$$list2`" \
 
267
          || exit 0; \
 
268
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
269
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
270
        { for i in $$list1; do echo "$$i"; done;  \
 
271
        if test -n "$$list2"; then \
 
272
          for i in $$list2; do echo "$$i"; done \
 
273
            | sed -n '/\.1[a-z]*$$/p'; \
 
274
        fi; \
 
275
        } | while read p; do \
 
276
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
277
          echo "$$d$$p"; echo "$$p"; \
 
278
        done | \
 
279
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
280
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
281
        sed 'N;N;s,\n, ,g' | { \
 
282
        list=; while read file base inst; do \
 
283
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
284
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
285
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
286
          fi; \
 
287
        done; \
 
288
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
289
        while read files; do \
 
290
          test -z "$$files" || { \
 
291
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
292
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
293
        done; }
 
294
 
 
295
uninstall-man1:
 
296
        @$(NORMAL_UNINSTALL)
 
297
        @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
 
298
        files=`{ for i in $$list; do echo "$$i"; done; \
 
299
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
300
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
301
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 
302
tags TAGS:
 
303
 
 
304
ctags CTAGS:
 
305
 
 
306
cscope cscopelist:
 
307
 
 
308
 
 
309
distdir: $(DISTFILES)
 
310
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
311
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
312
        list='$(DISTFILES)'; \
 
313
          dist_files=`for file in $$list; do echo $$file; done | \
 
314
          sed -e "s|^$$srcdirstrip/||;t" \
 
315
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
316
        case $$dist_files in \
 
317
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
318
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
319
                           sort -u` ;; \
 
320
        esac; \
 
321
        for file in $$dist_files; do \
 
322
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
323
          if test -d $$d/$$file; then \
 
324
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
325
            if test -d "$(distdir)/$$file"; then \
 
326
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
327
            fi; \
 
328
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
329
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
330
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
331
            fi; \
 
332
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
333
          else \
 
334
            test -f "$(distdir)/$$file" \
 
335
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
336
            || exit 1; \
 
337
          fi; \
 
338
        done
 
339
check-am: all-am
 
340
check: check-am
 
341
all-am: Makefile $(MANS)
 
342
installdirs:
 
343
        for dir in "$(DESTDIR)$(man1dir)"; do \
 
344
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
345
        done
 
346
install: install-am
 
347
install-exec: install-exec-am
 
348
install-data: install-data-am
 
349
uninstall: uninstall-am
 
350
 
 
351
install-am: all-am
 
352
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
353
 
 
354
installcheck: installcheck-am
 
355
install-strip:
 
356
        if test -z '$(STRIP)'; then \
 
357
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
358
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
359
              install; \
 
360
        else \
 
361
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
362
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
363
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
364
        fi
 
365
mostlyclean-generic:
 
366
 
 
367
clean-generic:
 
368
 
 
369
distclean-generic:
 
370
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
371
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
372
 
 
373
maintainer-clean-generic:
 
374
        @echo "This command is intended for maintainers to use"
 
375
        @echo "it deletes files that may require special tools to rebuild."
 
376
clean: clean-am
 
377
 
 
378
clean-am: clean-generic mostlyclean-am
 
379
 
 
380
distclean: distclean-am
 
381
        -rm -f Makefile
 
382
distclean-am: clean-am distclean-generic
 
383
 
 
384
dvi: dvi-am
 
385
 
 
386
dvi-am:
 
387
 
 
388
html: html-am
 
389
 
 
390
html-am:
 
391
 
 
392
info: info-am
 
393
 
 
394
info-am:
 
395
 
 
396
install-data-am: install-man
 
397
 
 
398
install-dvi: install-dvi-am
 
399
 
 
400
install-dvi-am:
 
401
 
 
402
install-exec-am:
 
403
 
 
404
install-html: install-html-am
 
405
 
 
406
install-html-am:
 
407
 
 
408
install-info: install-info-am
 
409
 
 
410
install-info-am:
 
411
 
 
412
install-man: install-man1
 
413
 
 
414
install-pdf: install-pdf-am
 
415
 
 
416
install-pdf-am:
 
417
 
 
418
install-ps: install-ps-am
 
419
 
 
420
install-ps-am:
 
421
 
 
422
installcheck-am:
 
423
 
 
424
maintainer-clean: maintainer-clean-am
 
425
        -rm -f Makefile
 
426
maintainer-clean-am: distclean-am maintainer-clean-generic
 
427
 
 
428
mostlyclean: mostlyclean-am
 
429
 
 
430
mostlyclean-am: mostlyclean-generic
 
431
 
 
432
pdf: pdf-am
 
433
 
 
434
pdf-am:
 
435
 
 
436
ps: ps-am
 
437
 
 
438
ps-am:
 
439
 
 
440
uninstall-am: uninstall-man
 
441
 
 
442
uninstall-man: uninstall-man1
 
443
 
 
444
.MAKE: install-am install-strip
 
445
 
 
446
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
447
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
448
        html-am info info-am install install-am install-data \
 
449
        install-data-am install-dvi install-dvi-am install-exec \
 
450
        install-exec-am install-html install-html-am install-info \
 
451
        install-info-am install-man install-man1 install-pdf \
 
452
        install-pdf-am install-ps install-ps-am install-strip \
 
453
        installcheck installcheck-am installdirs maintainer-clean \
 
454
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
455
        pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-man \
 
456
        uninstall-man1
 
457
 
 
458
 
 
459
../../../manpages/man1/mget.1: Makefile
 
460
        mkdir -p $(@D)
 
461
        rm -f $@
 
462
        txt2man -t mget -s 1 -v "Multiple File Download Manual" \
 
463
                $(manpagessrcdir)/$(@F).txt > $@
 
464
 
 
465
mget.1: $(manpagessrcdir)/mget.1.txt
 
466
 
 
467
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
468
# Otherwise a system limit (for SysV at least) may be exceeded.
 
469
.NOEXPORT: