From 7c119e002015dffd2d625c2ebb694cea41c97901 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 15 Jan 2010 21:23:52 -0800 Subject: Automate the maintenance of the HTML-ized man page. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5713e0c1..1aabe1a2 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,12 @@ install-tests: > run.sh $(call INSTALL,0755,run.sh,$(DESTDIR)$(datadir)/tests) +# +# Generate web page from man page +# +txr-manpage.html: txr.1 genman.txr + man2html $< | $(PROG) genman.txr - > $@ + config.make config.h: @echo "$@ missing: you didn't run ./configure" @exit 1 -- cgit v1.2.3