$(TOPDIR), make: Add support for mkspec_wrapper.sh and dependencies

This commit is contained in:
Jan Lindemann 2002-07-10 16:15:46 +00:00 committed by Jan Lindemann
commit b49572da88
5 changed files with 14 additions and 2 deletions

View file

@ -116,6 +116,8 @@ INSTALL_DOCDIR_DEVEL = $(DOC_PREFIX)-devel
DOCS = $(wildcard README CHANGES TODO LICENSE AUTHORS CREDITS *.pdf *.txt *.html)
DOCSUBDIRS = $(wildcard html tex info examples src)
INSTALLED_VERSION_FILE = $(PREFIX)/VERSION
INSTALLED_DOCS_DIST = $(addprefix $(INSTALL_DOCDIR_DIST)/,$(DOCS))
INSTALLED_DOCS_DEVEL = $(addprefix $(INSTALL_DOCDIR_DEVEL)/,$(DOCS))