summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile
new file mode 100644
index 00000000000..b214a736dc3
--- /dev/null
+++ b/man/Makefile
@@ -0,0 +1,8 @@
+all: texindex
+
+clean:
+ rm -f texindex.o texindex
+
+texindex: texindex.o
+ $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $?
+texindex.o: texindex.c