commit 80bf45c902f78e3cd0212938ee176a3c6f436997
Author: Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Dec 29 14:25:31 2014 +0100
Commit: Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Dec 29 14:25:31 2014 +0100
man: fix typo in manual generation
There was a slash separator missing
Thanks sneakernets for the bug report!
Fixes #498
---
man/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index 96f4693d..32f275ea 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -93,7 +93,7 @@ INSTALL.heretic: $(MANDIR)/INSTALL.template
$(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