jw-pkg/make/doc.mk
Jan Lindemann a702e5b714 $(TOPDIR), make: Start new build architecture
Intermediate commit of half done transition to new build
architecture.
2002-06-10 14:28:18 +00:00

18 lines
309 B
Makefile

# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/rules.mk
all:
ifeq ($(shell pwd | xargs basename),devel)
install: $(INSTALLED_DOCS_DEVEL)
else
install: $(INSTALLED_DOCS_DIST)
endif
clean distclean:
rm -rf *~ .*.swp