1 ### this is the part you can customize if you need to
5 # formats defined for upload-doc.mak
11 XML = $(notdir $(wildcard $(srcdir)/*.xml))
17 FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
19 # extra sources to copy in build directory
22 ### this is the generic bit and you shouldn't need to change this
24 # get the generic docbuilding Makefile stuff
25 include $(srcdir)/../manuals.mak
26 # get the generic upload target
27 include $(top_srcdir)/common/upload-doc.mak
29 ### this is standard automake stuff
31 # package up all the source
34 # install documentation
35 faqdir = $(docdir)/$(DOC)
36 faq_DATA = $(PDF_DAT) $(PS_DAT)
38 include $(srcdir)/../htmlinstall.mak