diff options
author | Matthias Hopf <mhopf@suse.de> | 2009-06-04 16:29:20 +0200 |
---|---|---|
committer | Matthias Hopf <mhopf@suse.de> | 2009-06-04 16:29:20 +0200 |
commit | e43d88541e815aa64108a6c5bc3dae5816c822dc (patch) | |
tree | dfbe02febd5a47620e31f41e8721f4b52021f6cc /man | |
parent | 5975cb9e6f89bf71b1740cee951fc583d7b7cfc1 (diff) |
Fix building if asciidoc or xmlto is not installed.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 249569e..50475cf 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -112,7 +112,9 @@ libman_ref = \ libman_pre = $(libman_txt:.txt=.man) $(libman_ref) +if HAVE_DOCTOOLS nodist_libman_DATA = $(libman_pre:.man=.$(LIB_MAN_DIR_SUFFIX)) +endif EXTRA_DIST = $(libman_txt) $(libman_pre) CLEANFILES = $(nodist_libman_DATA) *.libmansuffix |