diff options
-rw-r--r-- | man/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 899442f6..5ce28ff8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -15,8 +15,7 @@ strifedocsdir = $(prefix)/share/doc/@PROGRAM_PREFIX@strife if HAVE_PYTHON -man_MANS = chocolate-server.6 \ - chocolate-setup.6 \ +GENERATED_MAN_PAGES = \ chocolate-doom.6 \ default.cfg.5 \ chocolate-doom.cfg.5 \ @@ -30,12 +29,16 @@ man_MANS = chocolate-server.6 \ strife.cfg.5 \ chocolate-strife.cfg.5 +man_MANS = chocolate-server.6 \ + chocolate-setup.6 \ + $(GENERATED_MAN_PAGES) + doomdocs_DATA = INSTALL.doom CMDLINE.doom hereticdocs_DATA = INSTALL.heretic CMDLINE.heretic hexendocs_DATA = INSTALL.hexen CMDLINE.hexen strifedocs_DATA = INSTALL.strife CMDLINE.strife -CLEANFILES = $(man_MANS) $(doomdocs_DATA) $(hereticdocs_DATA) \ +CLEANFILES = $(GENERATED_MAN_PAGES) $(doomdocs_DATA) $(hereticdocs_DATA) \ $(hexendocs_DATA) $(strifedocs_DATA) chocolate-doom.6: ../src $(MANPAGE_GEN_FILES) |