mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
doc-rules.mk, doc.mk: Push rules into doc-rules.mk
This commit is contained in:
parent
f0843acfa2
commit
fb63586e24
2 changed files with 18 additions and 10 deletions
17
make/doc-rules.mk
Normal file
17
make/doc-rules.mk
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# generic utility modules
|
||||||
|
# (c) 2001 jannet it services
|
||||||
|
# contact@jannet.de
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
all:
|
||||||
|
ifeq ($(shell pwd | xargs basename),devel)
|
||||||
|
install: $(INSTALLED_DOCS_DEVEL)
|
||||||
|
else
|
||||||
|
install: $(INSTALLED_DOCS_DIST)
|
||||||
|
endif
|
||||||
|
clean: doc.clean
|
||||||
|
|
||||||
|
doc.clean:
|
||||||
|
rm -rf *~ .*.swp
|
||||||
|
|
||||||
|
|
||||||
11
make/doc.mk
11
make/doc.mk
|
|
@ -5,14 +5,5 @@
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
include $(MODDIR)/make/rules.mk
|
include $(MODDIR)/make/rules.mk
|
||||||
|
include $(MODDIR)/make/doc-rules.mk
|
||||||
all:
|
|
||||||
ifeq ($(shell pwd | xargs basename),devel)
|
|
||||||
install: $(INSTALLED_DOCS_DEVEL)
|
|
||||||
else
|
|
||||||
install: $(INSTALLED_DOCS_DIST)
|
|
||||||
endif
|
|
||||||
clean:
|
|
||||||
rm -rf *~ .*.swp
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue