mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue