doc-rules.mk, doc.mk: Push rules into doc-rules.mk

This commit is contained in:
Jan Lindemann 2007-08-17 12:24:26 +00:00 committed by Jan Lindemann
commit fb63586e24
2 changed files with 18 additions and 10 deletions

View file

@ -5,14 +5,5 @@
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:
rm -rf *~ .*.swp
include $(MODDIR)/make/doc-rules.mk