shithub: choc

Download patch

ref: 80bf45c902f78e3cd0212938ee176a3c6f436997
parent: 3b350014c5ac11d1b61827590243df3e7ce3a288
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon Dec 29 09:25:31 EST 2014

man: fix typo in manual generation

There was a slash separator missing

Thanks sneakernets for the bug report!

Fixes #498

--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -93,7 +93,7 @@
 	$(DOCGEN) -g hexen -m $(MANDIR)/hexen.template $(top_srcdir)/src $(top_srcdir)/src/hexen > $@
 
 hexen.cfg.5: $(top_srcdir)/src $(MANDIR)/default.cfg.template
-	$(DOCGEN) -g hexen -m $(MANDIR)default.cfg.template \
+	$(DOCGEN) -g hexen -m $(MANDIR)/default.cfg.template \
                  -c default $(top_srcdir)/src/m_config.c > $@
 
 @PROGRAM_PREFIX@hexen.cfg.5: $(top_srcdir)/src $(MANDIR)/extra.cfg.template