For PR automake/73:
authorTom Tromey <tromey@redhat.com>
Sat, 26 Aug 2000 20:27:16 +0000 (20:27 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 26 Aug 2000 20:27:16 +0000 (20:27 +0000)
* Makefile.am (TESTS): Added instman2.test.
* instman2.test: New file.

tests/ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/instman2.test [new file with mode: 0755]

index 11ca6eb..75e8800 100644 (file)
@@ -1,5 +1,9 @@
 2000-08-26  Tom Tromey  <tromey@cygnus.com>
 
+       For PR automake/73:
+       * Makefile.am (TESTS): Added instman2.test.
+       * instman2.test: New file.
+
        For PR automake/77:
        * Makefile.am (TESTS): Added ldflags.test.
        * ldflags.test: New file.
index 3904f20..f8e8f0f 100644 (file)
@@ -124,6 +124,7 @@ instdata.test \
 instexec.test \
 insthook.test \
 instman.test \
+instman2.test \
 interp.test \
 interp2.test \
 java.test \
index ade8f1c..52dd3cd 100644 (file)
@@ -191,6 +191,7 @@ instdata.test \
 instexec.test \
 insthook.test \
 instman.test \
+instman2.test \
 interp.test \
 interp2.test \
 java.test \
diff --git a/tests/instman2.test b/tests/instman2.test
new file mode 100755 (executable)
index 0000000..fb44010
--- /dev/null
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+# Test to make sure mkinstalldirs invocation correct in install-man
+# target.  Bug reported by Gordon Irlam <gordoni@cygnus.com>.
+
+. $srcdir/defs || exit 1
+
+cat > Makefile.am << 'EOF'
+man8_MANS = frob.8
+EOF
+
+: > frob.8
+
+$AUTOMAKE || exit 1
+
+grep '^install-man' Makefile.in