mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +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
|
SUBDIRS ?= make
|
||||||
|
|
||||||
all: config
|
all: config
|
||||||
install:
|
install: topdir.install
|
||||||
clean: topdir.clean
|
clean: topdir.clean
|
||||||
distclean: topdir.distclean
|
distclean: topdir.distclean
|
||||||
config:
|
config:
|
||||||
|
|
@ -20,6 +20,8 @@ ifneq ($(wildcard $(TOPDIR)/make/defs.mk.in),)
|
||||||
include $(MODDIR)/make/autoconf.mk
|
include $(MODDIR)/make/autoconf.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
INSTALLED_TOPDIR_FILES = $(addprefix $(INSTALL_DOCDIR)/, $(DOCS))
|
||||||
|
|
||||||
local-%:
|
local-%:
|
||||||
find . -name $@.mk | \
|
find . -name $@.mk | \
|
||||||
while read f; do (\
|
while read f; do (\
|
||||||
|
|
@ -32,8 +34,8 @@ unlocal:
|
||||||
rm -f $(shell find . -name local.mk)
|
rm -f $(shell find . -name local.mk)
|
||||||
|
|
||||||
topdir.distclean:
|
topdir.distclean:
|
||||||
rm -f $(DISTCLEAN)
|
|
||||||
|
|
||||||
topdir.clean:
|
topdir.clean:
|
||||||
rm -f $(CLEAN)
|
|
||||||
|
topdir.install: $(INSTALLED_TOPDIR_FILES)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue