
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles

include $(GNUSTEP_MAKEFILES)/common.make

include ../Version

# The application to be compiled
DOCUMENT_NAME = Charmap

DOCUMENT_TEXT_NAME = README INSTALL NEWS THANKS

# The texinfo source files to be used
Charmap_TEXI_FILES = readme.texi install.texi news.texi thanks.texi \
			MainWindow.pdf MainWindow.eps Charmap.texi

README_TEXI_FILES = version.texi
README_TEXT_MAIN = readme.texi

INSTALL_TEXI_FILES = version.texi
INSTALL_TEXT_MAIN = install.texi

NEWS_TEXI_FILES = version.texi
NEWS_TEXT_MAIN = news.texi

THANKS_TEXI_FILES = version.texi
THANKS_TEXT_MAIN = thanks.texi

-include Makefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/documentation.make

-include Makefile.postamble