summaryrefslogtreecommitdiff
path: root/ldso/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/man/Makefile')
-rw-r--r--ldso/man/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ldso/man/Makefile b/ldso/man/Makefile
new file mode 100644
index 000000000..a701e1513
--- /dev/null
+++ b/ldso/man/Makefile
@@ -0,0 +1,11 @@
+include ../Config.mk
+
+ALL = #ld.so.info
+
+all: $(ALL)
+
+ld.so.info: ld.so.texi
+ makeinfo $<
+
+clean:
+ rm -f $(ALL) *~