From d2924f4f2f606d36ac123162c079335ce275f742 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Tue, 19 Jan 2016 20:28:02 +0100 Subject: metastore.txt: Create plain-text version of the manual page. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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/ -- cgit v1.2.1