mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
17 lines
257 B
Makefile
17 lines
257 B
Makefile
# 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
|
|
|
|
|