claws-mail/manual/pl/dist/txt/Makefile.am
Thorsten Maerz 6b36666222 Allow compilation from outside source directory (2)
Templates for manual need to be searched in $srcdir,
so they are accessible when working in $builddir.
2021-05-04 10:21:51 +02:00

32 lines
751 B
Makefile

# Copyright 1999-2014 the Claws Mail team.
# This file is part of Claws Mail package, and distributed under the
# terms of the General Public License version 3 (or later).
# See COPYING file for license details.
if MANUAL_TXT
EXTRA_DIST=claws-mail-manual.txt
manualde_DATA=claws-mail-manual.txt
manualdedir=$(manualdir)/pl
claws-mail-manual.txt: \
../../account.xml \
../../ack.xml \
../../addrbook.xml \
../../advanced.xml \
../../faq.xml \
../../glossary.xml \
../../gpl.xml \
../../handling.xml \
../../intro.xml \
../../keyboard.xml \
../../plugins.xml \
../../starting.xml \
../../claws-mail-manual.xml
-$(DOCBOOK2TXT) -o . $(srcdir)/../../claws-mail-manual.xml
maintainer-clean:
-rm claws-mail-manual.txt
endif
.PHONY: test