diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-12-02 10:16:20 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-12-02 10:16:20 +0000 |
commit | 015a9d0a22bc3783654a28854b698cdcdd5595c5 (patch) | |
tree | 2d3925ff2ce798f41e1b495130ef67f7f81e52d9 /doc/de | |
parent | 875d1e5feef1c23dbd0d170d6171c3ee927a37ba (diff) | |
download | weechat-015a9d0a22bc3783654a28854b698cdcdd5595c5.zip |
Added doc formats in ./configure output, fixed problem with make install when pdf are not built
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index f3a12304d..cd62da660 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -67,7 +67,9 @@ install-data-hook: $(mkinstalldirs) $(DESTDIR)$(docdir)/html/$(LANGCODE)/ $(INSTALL_DATA) html/* $(DESTDIR)$(docdir)/html/$(LANGCODE)/ $(INSTALL_DATA) $(QUICKSTART) $(DESTDIR)$(docdir)/ +if DBLATEX_FOUND $(INSTALL_DATA) $(BOOK).pdf $(DESTDIR)$(docdir)/ +endif # clean |