diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aa980bdd..663873e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ SUBDIRS=textscreen pcsound src man setup if HAVE_PYTHON CMDLINE : src/ - ./man/docgen -p src/ > $@ + ./man/docgen -p man/CMDLINE.template src/ > $@ endif |