mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-16 04:23:31 +01:00
topdir.mk: Add DOCS to INSTALLED_TOPDIR_FILES
This commit is contained in:
parent
0323a0cff8
commit
15e498ef90
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SUBDIRS ?= make
|
||||
|
||||
all: config
|
||||
install:
|
||||
install: topdir.install
|
||||
clean: topdir.clean
|
||||
distclean: topdir.distclean
|
||||
config:
|
||||
|
|
@ -20,6 +20,8 @@ ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),)
|
|||
include $(MODDIR)/make/autoconf.mk
|
||||
endif
|
||||
|
||||
INSTALLED_TOPDIR_FILES = $(addprefix $(INSTALL_DOCDIR)/, $(DOCS))
|
||||
|
||||
local-%:
|
||||
find . -name $@.mk | \
|
||||
while read f; do (\
|
||||
|
|
@ -32,8 +34,8 @@ unlocal:
|
|||
rm -f $(shell find . -name local.mk)
|
||||
|
||||
topdir.distclean:
|
||||
rm -f $(DISTCLEAN)
|
||||
|
||||
topdir.clean:
|
||||
rm -f $(CLEAN)
|
||||
|
||||
topdir.install: $(INSTALLED_TOPDIR_FILES)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue