txinfo-no-clutter.sh (automake-1.16.2.tar.xz) | : | txinfo-no-clutter.sh (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
cat >> configure.ac <<'END' | cat >> configure.ac <<'END' | |||
AC_CONFIG_FILES([sub/Makefile]) | AC_CONFIG_FILES([sub/Makefile]) | |||
AC_OUTPUT | AC_OUTPUT | |||
END | END | |||
cat > Makefile.am << 'END' | cat > Makefile.am << 'END' | |||
all-local: ps pdf dvi html # For "make distcheck". | all-local: ps pdf dvi html # For "make distcheck". | |||
info_TEXINFOS = foo.texi doc/bar.texi baz.texi | info_TEXINFOS = foo.texi doc/bar.texi baz.texi | |||
SUBDIRS = sub | SUBDIRS = sub | |||
# Tell GNU make not to parallelize these, because they | ||||
# have overlap between explicit and intermediate .dvi files. | ||||
.NOTPARALLEL: | ||||
END | END | |||
mkdir sub doc | mkdir sub doc | |||
cat > sub/Makefile.am << 'END' | cat > sub/Makefile.am << 'END' | |||
all-local: ps pdf dvi html # For "make distcheck". | all-local: ps pdf dvi html # For "make distcheck". | |||
info_TEXINFOS = baz.texi | info_TEXINFOS = baz.texi | |||
END | END | |||
cat > foo.texi << 'END' | cat > foo.texi << 'END' | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |