summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>1999-08-28 02:50:51 +0000
committerjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>1999-08-28 02:50:51 +0000
commit32ac8e41c951bdab584905f79e081b8646a53e41 (patch)
tree40069465573c0da00d394485557a50c200de197e /Makefile
parent54855e6be8333e9ae90d54d7fb9d2dd485c8cec8 (diff)
Initial revision
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a410780
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+# Note: this is just a stub Makefile, to make it easy for you to
+# run configure and build pdmenu. The full-fledged Makefile is created
+# by ./configure, and is called `makeinfo'. You might want to edit it.
+
+sinclude makeinfo
+
+configure: configure.in
+ autoconf
+
+config.status: configure
+ ./configure
+
+makeinfo: autoconf/makeinfo.in config.status
+ ./config.status