]> sourceware.org Git - automake.git/commitdiff
Added install, uninstall targets
authorTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 01:33:14 +0000 (01:33 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 23 Nov 1995 01:33:14 +0000 (01:33 +0000)
header.am
lib/am/header.am

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..29ece398ff4a96a76e406c7ab8aa4873731a6710 100644 (file)
--- a/header.am
+++ b/header.am
@@ -0,0 +1,4 @@
+install: install-exec install-data
+
+uninstall: uninstall-exec uninstall-data
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..29ece398ff4a96a76e406c7ab8aa4873731a6710 100644 (file)
@@ -0,0 +1,4 @@
+install: install-exec install-data
+
+uninstall: uninstall-exec uninstall-data
+
This page took 0.027309 seconds and 5 git commands to generate.