1
# Makefile.in generated by automake 1.16.5 from Makefile.am.
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
4
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
18
18
# doc/Makefile.am --- automake input file for gawk
20
# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011, 2016, 2017,
20
# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011
22
21
# the Free Software Foundation, Inc.
24
23
# This file is part of GAWK, the GNU implementation of the
38
37
# along with this program; if not, write to the Free Software
39
38
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
44
if test -z '$(MAKELEVEL)'; then \
46
elif test -n '$(MAKE_HOST)'; then \
48
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
54
42
am__make_running_with_option = \
55
43
case $${target_option-} in \
114
102
build_triplet = @build@
115
103
host_triplet = @host@
105
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106
$(top_srcdir)/mkinstalldirs texinfo.tex ChangeLog
117
107
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118
108
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
119
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
120
$(top_srcdir)/m4/c-bool.m4 $(top_srcdir)/m4/codeset.m4 \
121
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \
109
$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
122
110
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
123
$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
124
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
111
$(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
112
$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
113
$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libsigsegv.m4 \
125
114
$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/mpfr.m4 \
126
115
$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/noreturn.m4 \
127
$(top_srcdir)/m4/pma.m4 $(top_srcdir)/m4/po.m4 \
128
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
129
$(top_srcdir)/m4/socket.m4 \
130
$(top_srcdir)/m4/triplet-transformation.m4 \
116
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
117
$(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/socket.m4 \
131
118
$(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/configure.ac
132
119
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
135
mkinstalldirs = $(install_sh) -d
121
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
136
122
CONFIG_HEADER = $(top_builddir)/config.h
137
123
CONFIG_CLEAN_FILES =
138
124
CONFIG_CLEAN_VPATH_FILES =
178
164
am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
179
165
am__v_texidevnull_0 = > /dev/null
180
166
am__v_texidevnull_1 =
181
INFO_DEPS = $(srcdir)/gawk.info $(srcdir)/gawkinet.info \
182
$(srcdir)/gawkworkflow.info $(srcdir)/pm-gawk.info
183
TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
184
am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux
185
DVIS = gawk.dvi gawkinet.dvi gawkworkflow.dvi pm-gawk.dvi
186
PDFS = gawk.pdf gawkinet.pdf gawkworkflow.pdf pm-gawk.pdf
187
PSS = gawk.ps gawkinet.ps gawkworkflow.ps pm-gawk.ps
188
HTMLS = gawk.html gawkinet.html gawkworkflow.html pm-gawk.html
189
TEXINFOS = gawk.texi gawkinet.texi gawkworkflow.texi pm-gawk.texi
167
INFO_DEPS = $(srcdir)/gawk.info $(srcdir)/gawkinet.info
168
am__TEXINFO_TEX_DIR = $(srcdir)
169
DVIS = gawk.dvi gawkinet.dvi
170
PDFS = gawk.pdf gawkinet.pdf
171
PSS = gawk.ps gawkinet.ps
172
HTMLS = gawk.html gawkinet.html
173
TEXINFOS = gawk.texi gawkinet.texi
190
174
TEXI2DVI = texi2dvi
191
175
TEXI2PDF = $(TEXI2DVI) --pdf --batch
192
176
MAKEINFOHTML = $(MAKEINFO) --html
277
254
LIBOBJS = @LIBOBJS@
278
255
LIBREADLINE = @LIBREADLINE@
257
LIBSIGSEGV = @LIBSIGSEGV@
258
LIBSIGSEGV_PREFIX = @LIBSIGSEGV_PREFIX@
281
260
LTLIBICONV = @LTLIBICONV@
282
261
LTLIBINTL = @LTLIBINTL@
283
262
LTLIBOBJS = @LTLIBOBJS@
284
MAKEINFO = @MAKEINFO@ -c CHECK_NORMAL_MENU_STRUCTURE=1 --no-split --force
263
LTLIBSIGSEGV = @LTLIBSIGSEGV@
264
MAKEINFO = @MAKEINFO@ --no-split --force
285
265
MKDIR_P = @MKDIR_P@
286
266
MSGFMT = @MSGFMT@
267
MSGFMT_015 = @MSGFMT_015@
287
268
MSGMERGE = @MSGMERGE@
288
MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
289
269
OBJEXT = @OBJEXT@
290
270
PACKAGE = @PACKAGE@
291
271
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
365
340
top_build_prefix = @top_build_prefix@
366
341
top_builddir = @top_builddir@
367
342
top_srcdir = @top_srcdir@
368
info_TEXINFOS = gawk.texi gawkinet.texi gawkworkflow.texi pm-gawk.texi
369
man_MANS = gawk.1 gawkbug.1 pm-gawk.1
370
png_images = gawk_api-figure1.png gawk_api-figure2.png gawk_api-figure3.png \
371
gawk_array-elements.png gawk_general-program.png gawk_process-flow.png
373
html_images = $(png_images) gawk_statist.jpg
374
fig_images = $(png_images:%.png=%.fig)
375
txt_images = $(png_images:%.png=%.txt) gawk_statist.txt
376
eps_images = $(txt_images:%.txt=%.eps) gawk_statist.eps
377
pdf_images = $(txt_images:%.txt=%.pdf) gawk_statist.pdf
378
EXTRA_DIST = ChangeLog ChangeLog.0 ChangeLog.1 \
379
README.card ad.block setter.outline \
343
info_TEXINFOS = gawk.texi gawkinet.texi
344
man_MANS = gawk.1 igawk.1
345
EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \
380
346
awkcard.in awkforai.txt texinfo.tex cardfonts \
381
$(fig_images) $(txt_images) $(eps_images) $(pdf_images) \
347
api-figure1.eps api-figure1.fig api-figure1.pdf \
348
api-figure1.png api-figure1.txt \
349
api-figure2.eps api-figure2.fig api-figure2.pdf \
350
api-figure2.png api-figure2.txt \
351
api-figure3.eps api-figure3.fig api-figure3.pdf \
352
api-figure3.png api-figure3.txt \
353
gawktexi.in sidebar.awk \
354
general-program.eps general-program.fig general-program.pdf \
355
general-program.png general-program.txt \
356
process-flow.eps process-flow.fig process-flow.pdf \
357
process-flow.png process-flow.txt \
384
358
macros colors no.colors $(man_MANS) \
385
359
lflashlight-small.xpic lflashlight.eps lflashlight.pdf \
386
360
rflashlight-small.xpic rflashlight.eps rflashlight.pdf \
387
wordlist wordlist2 wordlist3 wordlist4 wordlist5 wordlist6 \
361
statist.jpg statist.eps statist.pdf \
391
365
# Get rid of generated files when cleaning
392
CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf gawkworkflow.pdf awkcard.pdf gawk.1.pdf gawkbug.1.pdf pm-gawk.1.pdf pm-gawk.pdf
366
CLEANFILES = *.ps *.html *.dvi *~ awkcard.nc awkcard.tr gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
393
367
TROFF = groff -t -Tps -U
394
368
SEDME = sed -e "s/^level0 restore/level0 restore flashme 100 72 moveto (Copyright `date '+%m-%d-%y %T'`, FSF, Inc. (all)) show/" \
395
369
-e "s/^\/level0 save def/\/level0 save def 30 -48 translate/"
398
372
CARDSRC = $(srcdir)/macros $(srcdir)/cardfonts $(srcdir)/colors awkcard.tr
399
373
CARDSRC_N = $(srcdir)/macros $(srcdir)/cardfonts $(srcdir)/no.colors awkcard.tr
400
374
CARDFILES = $(CARDSRC) ad.block awkcard.in setter.outline
401
PAPEROPTS = -dpaper=letter -P-pletter
403
376
# Use this if your troff can correctly handle macros from 'colors' file
404
377
AWKCARD = awkcard.ps
406
# Install/unistall graphic image files in the info/ dir
407
imagedir = $(infodir)
408
image_DATA = $(html_images)
422
391
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
423
392
$(am__cd) $(top_srcdir) && \
424
393
$(AUTOMAKE) --gnu doc/Makefile
425
395
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
427
397
*config.status*) \
428
398
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
430
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
431
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
400
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
401
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
434
404
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
479
449
$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
480
450
-o $(@:.html=.htp) $<; \
482
rm -rf $@ && mv $(@:.html=.htp) $@; \
453
if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
454
mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
484
rm -rf $(@:.html=.htp); exit 1; \
456
if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
457
rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
486
460
$(srcdir)/gawk.info: gawk.texi
487
461
gawk.dvi: gawk.texi
491
465
gawkinet.dvi: gawkinet.texi
492
466
gawkinet.pdf: gawkinet.texi
493
467
gawkinet.html: gawkinet.texi
494
$(srcdir)/gawkworkflow.info: gawkworkflow.texi
495
gawkworkflow.dvi: gawkworkflow.texi
496
gawkworkflow.pdf: gawkworkflow.texi
497
gawkworkflow.html: gawkworkflow.texi
498
$(srcdir)/pm-gawk.info: pm-gawk.texi
499
pm-gawk.dvi: pm-gawk.texi
500
pm-gawk.pdf: pm-gawk.texi
501
pm-gawk.html: pm-gawk.texi
503
469
$(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
504
470
$(DVIPS) $(AM_V_texinfo) -o $@ $<
582
548
mostlyclean-aminfo:
583
-rm -rf gawk.t2d gawk.t2p gawkinet.t2d gawkinet.t2p gawkworkflow.t2d \
584
gawkworkflow.t2p pm-gawk.t2d pm-gawk.t2p
549
-rm -rf gawk.t2d gawk.t2p gawkinet.t2d gawkinet.t2p
587
552
-test -z "gawk.dvi gawk.pdf gawk.ps gawk.html gawkinet.dvi gawkinet.pdf \
588
gawkinet.ps gawkinet.html gawkworkflow.dvi gawkworkflow.pdf \
589
gawkworkflow.ps gawkworkflow.html pm-gawk.dvi pm-gawk.pdf \
590
pm-gawk.ps pm-gawk.html" \
553
gawkinet.ps gawkinet.html" \
591
554
|| rm -rf gawk.dvi gawk.pdf gawk.ps gawk.html gawkinet.dvi gawkinet.pdf \
592
gawkinet.ps gawkinet.html gawkworkflow.dvi gawkworkflow.pdf \
593
gawkworkflow.ps gawkworkflow.html pm-gawk.dvi pm-gawk.pdf \
594
pm-gawk.ps pm-gawk.html
555
gawkinet.ps gawkinet.html
596
557
maintainer-clean-aminfo:
597
558
@list='$(INFO_DEPS)'; for i in $$list; do \
642
603
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
643
604
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
644
605
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
645
install-imageDATA: $(image_DATA)
647
@list='$(image_DATA)'; test -n "$(imagedir)" || list=; \
648
if test -n "$$list"; then \
649
echo " $(MKDIR_P) '$(DESTDIR)$(imagedir)'"; \
650
$(MKDIR_P) "$(DESTDIR)$(imagedir)" || exit 1; \
652
for p in $$list; do \
653
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
655
done | $(am__base_list) | \
656
while read files; do \
657
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imagedir)'"; \
658
$(INSTALL_DATA) $$files "$(DESTDIR)$(imagedir)" || exit $$?; \
663
@list='$(image_DATA)'; test -n "$(imagedir)" || list=; \
664
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
665
dir='$(DESTDIR)$(imagedir)'; $(am__uninstall_files_from_dir)
670
610
cscope cscopelist:
672
distdir: $(BUILT_SOURCES)
673
$(MAKE) $(AM_MAKEFLAGS) distdir-am
675
distdir-am: $(DISTFILES)
613
distdir: $(DISTFILES)
676
614
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
677
615
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
678
616
list='$(DISTFILES)'; \
892
830
mostlyclean-am: mostlyclean-aminfo mostlyclean-generic
896
pdf-am: $(PDFS) pdf-local
902
uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-imageDATA \
903
uninstall-info-am uninstall-local uninstall-man \
904
uninstall-pdf-am uninstall-ps-am
838
uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
839
uninstall-man uninstall-pdf-am uninstall-ps-am
906
841
uninstall-man: uninstall-man1
912
847
distdir dvi dvi-am html html-am info info-am install \
913
848
install-am install-data install-data-am install-dvi \
914
849
install-dvi-am install-exec install-exec-am install-html \
915
install-html-am install-html-local install-imageDATA \
916
install-info install-info-am install-man install-man1 \
917
install-pdf install-pdf-am install-ps install-ps-am \
918
install-strip installcheck installcheck-am installdirs \
919
maintainer-clean maintainer-clean-aminfo \
850
install-html-am install-info install-info-am install-man \
851
install-man1 install-pdf install-pdf-am install-ps \
852
install-ps-am install-strip installcheck installcheck-am \
853
installdirs maintainer-clean maintainer-clean-aminfo \
920
854
maintainer-clean-generic mostlyclean mostlyclean-aminfo \
921
mostlyclean-generic pdf pdf-am pdf-local ps ps-am tags-am \
922
uninstall uninstall-am uninstall-dvi-am uninstall-html-am \
923
uninstall-imageDATA uninstall-info-am uninstall-local \
924
uninstall-man uninstall-man1 uninstall-pdf-am uninstall-ps-am
855
mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
856
uninstall-am uninstall-dvi-am uninstall-html-am \
857
uninstall-info-am uninstall-man uninstall-man1 \
858
uninstall-pdf-am uninstall-ps-am
929
861
# Uncomment the following definition of AWKCARD if your troff can produce
932
864
# to ensure that awkcard.tr is processed by tbl.
933
865
#AWKCARD = awkcard.nc
935
postscript: gawk.ps gawkinet.ps gawkworkflow.ps pm-gawk.ps gawk.1.ps gawkbug.1.ps pm-gawk.1.ps $(AWKCARD)
937
pdf-local: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf gawkbug.1.pdf pm-gawk.1.pdf pm-gawk.pdf
867
gawk.texi: $(srcdir)/gawktexi.in $(srcdir)/sidebar.awk
868
awk -f $(srcdir)/sidebar.awk < $(srcdir)/gawktexi.in > gawk.texi
870
postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD)
872
pdf: postscript gawk.pdf gawkinet.pdf awkcard.pdf gawk.1.pdf igawk.1.pdf
939
874
gawk.ps: gawk.dvi
940
875
TEXINPUTS=$(srcdir): dvips -o gawk.ps gawk.dvi
942
877
gawkinet.ps: gawkinet.dvi
943
878
TEXINPUTS=$(srcdir): dvips -o gawkinet.ps gawkinet.dvi
945
gawkworkflow.ps: gawkworkflow.dvi
946
TEXINPUTS=$(srcdir): dvips -o gawkworkflow.ps gawkworkflow.dvi
948
pm-gawk.ps: pm-gawk.dvi
949
TEXINPUTS=$(srcdir): dvips -o pm-gawk.ps pm-gawk.dvi
951
880
gawk.1.ps: gawk.1
952
881
-groff -man $(srcdir)/gawk.1 > gawk.1.ps
954
883
gawk.1.pdf: gawk.1.ps
955
884
ps2pdf gawk.1.ps gawk.1.pdf
957
gawkbug.1.ps: gawkbug.1
958
-groff -man $(srcdir)/gawkbug.1 > gawkbug.1.ps
960
gawkbug.1.pdf: gawkbug.1.ps
961
ps2pdf gawkbug.1.ps gawkbug.1.pdf
963
pm-gawk.1.ps: pm-gawk.1
964
-groff -man $(srcdir)/pm-gawk.1 > pm-gawk.1.ps
966
pm-gawk.1.pdf: pm-gawk.1.ps
967
ps2pdf pm-gawk.1.ps pm-gawk.1.pdf
887
-groff -man $(srcdir)/igawk.1 > igawk.1.ps
889
igawk.1.pdf: igawk.1.ps
890
ps2pdf igawk.1.ps igawk.1.pdf
969
892
awkcard.tr: awkcard.in
970
893
sed 's:SRCDIR:$(srcdir):' < $(srcdir)/awkcard.in > awkcard.tr
972
895
awkcard.ps: $(CARDFILES)
973
$(TROFF) $(PAPEROPTS) $(CARDSRC) | $(SEDME) | cat $(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps
896
$(TROFF) $(CARDSRC) | $(SEDME) | cat $(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps
975
898
awkcard.nc: $(CARDFILES)
976
$(TROFF) $(PAPEROPTS) $(CARDSRC_N) | $(SEDME) | cat $(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps && touch awkcard.nc
899
$(TROFF) $(CARDSRC_N) | $(SEDME) | cat $(srcdir)/setter.outline - | $(SEDME2) > awkcard.ps && touch awkcard.nc
978
901
awkcard.pdf: awkcard.ps
979
902
ps2pdf awkcard.ps awkcard.pdf
981
spell: spellmanual spellworkflow spellmanpage spellinet
984
@echo ==== gawk.texi ====;
985
export LC_ALL=C ; spell "$(srcdir)"/gawk.texi | \
986
sort -u | comm -23 - "$(srcdir)"/wordlist
989
@echo ==== gawkworkflow.texi ====
990
export LC_ALL=C ; spell "$(srcdir)"/gawkworkflow.texi | \
991
sort -u | comm -23 - "$(srcdir)"/wordlist2
993
spellmanpage: spellgawkmanpage spellgawkbugmanpage spellpmgawkmanpage
996
@echo ==== gawk.1 ====
997
export LC_ALL=C ; spell "$(srcdir)"/gawk.1 | \
998
sort -u | comm -23 - "$(srcdir)"/wordlist3
1000
spellgawkbugmanpage:
1001
@echo ==== gawkbug.1 ====
1002
export LC_ALL=C ; spell "$(srcdir)"/gawkbug.1 | \
1003
sort -u | comm -23 - "$(srcdir)"/wordlist5
1006
@echo ==== pm-gawk.1 ====
1007
export LC_ALL=C ; spell "$(srcdir)"/pm-gawk.1 | \
1008
sort -u | comm -23 - "$(srcdir)"/wordlist6
1011
@echo ==== gawkinet.texi ====
1012
export LC_ALL=C ; spell "$(srcdir)"/gawkinet.texi | \
1013
sort -u | comm -23 - "$(srcdir)"/wordlist4
1015
# Install/unistall graphic image files in the html doc dir
1019
@list='$(html_images)'; test -n "$(htmldir)" || list=; \
1020
if test -n "$$list"; then \
1021
echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1022
$(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1024
for p in $$list; do \
1025
$(INSTALL_DATA) $$p "$(DESTDIR)$(htmldir)" || exit $$?; \
1029
@$(NORMAL_UNINSTALL)
1030
@list='$(html_images)'; test -n "$(htmldir)" || list=; \
1031
for p in $$list; do \
1032
echo " rm -rf '$(DESTDIR)$(htmldir)/$$p'"; \
1033
rm -rf "$(DESTDIR)$(htmldir)/$$p"; \
1036
904
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1037
905
# Otherwise a system limit (for SysV at least) may be exceeded.