# title package specific variables # file make/Variables.make # # do not change this file for site-wide extensions; please use # make/$(outdir)/Site.make; # # Any change in files in this directory (make/) would be distributed, if # you do make dist configheader=$(depth)/config.h # dummydeps # DUMMYDEPS=\ # YODL_INCLUDES = $(depth) . $(depth)/src/lib $(outdir) # should use to create .spec ? # installed by 'make installextradoc' EXTRA_DOC_FILES = \ ANNOUNCE.txt ANNOUNCE-1.22 AUTHORS.txt ChangeLog-1.22 COPYING INSTALL.txt NEWS PATCHES.txt README.txt TODO \ Documentation/*.yo*\ Documentation/include/*.yo*\ Documentation/man/*.yo*\ INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/yodl/, $(EXTRA_DOC_FILES)) # installed by 'make install' INSTALL_DIST_FILES = \ bin/striproff\ bin/yodl\ bin/yodl2dvi\ bin/yodl2html\ bin/yodl2html-post\ bin/yodl2less\ bin/yodl2man\ bin/yodl2man-post\ bin/yodl2manless\ bin/yodl2ms-post\ bin/yodl2ms\ bin/yodl2msless\ bin/yodl2msps\ bin/yodl2sgml\ bin/yodl2tex\ bin/yodl2texinfo\ bin/yodl2txt\ bin/yodl2txt-post\ bin/yodl2whatever\ bin/yodlfixlabels\ share/yodl/aux-macros.yo\ share/yodl/disable-commands.yo\ share/yodl/html.yo\ share/yodl/man.yo\ share/yodl/ms.yo\ share/yodl/format-macros.yo\ share/yodl/sgml.yo\ share/yodl/shared.yo\ share/yodl/shared-mudela.yo\ share/yodl/shared-doc.yo\ share/yodl/tex.yo\ share/yodl/texinfo.yo\ share/yodl/txt.yo\ share/yodl/xlatin1.tex\ share/yodl/chartables/sgml.tables.yo\ share/yodl/chartables/txt.tables.yo\ share/yodl/chartables/man.tables.yo\ share/yodl/chartables/html.tables.yo\ share/yodl/chartables/latex.tables.yo\ share/yodl/chartables/shell.tables.yo\ share/yodl/chartables/texinfo.tables.yo\ man/man1/striproff.1\ man/man1/yodl.1\ man/man1/yodlconverters.1\ man/man7/yodlmacros.7\ man/man7/yodlmanpage.7\ INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))