Skip to content

Commit

Permalink
man: fix typo in manual generation
Browse files Browse the repository at this point in the history
There was a slash separator missing

Thanks sneakernets for the bug report!

Fixes #498
  • Loading branch information
fabiangreffrath committed Dec 29, 2014
1 parent 3b35001 commit 80bf45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80bf45c

Please sign in to comment.