summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d84b6c..8e6a48c 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,10 @@ metastore: $(OBJECTS)
$(LINK) -o $@ $^ $(LIBS)
+metastore.txt: $(MANPAGES)
+ groff -mandoc -Kutf8 -Tutf8 $^ | col -bx >$@
+
+
install: all $(MANPAGES)
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man1/
$(INSTALL_DATA) $(filter %.1,$^) $(DESTDIR)$(MANDIR)/man1/