make, scripts, tmpl/tex: Add "TOPDIR" entry

This commit is contained in:
Jan Lindemann 2001-07-26 13:32:08 +00:00 committed by Jan Lindemann
commit cd2c306260
5 changed files with 9 additions and 5 deletions

View file

@ -3,6 +3,6 @@
# contact@jannet.de
# $Id$
MODDIR = ..
TOPDIR = ..
include $(TOPDIR)/make/text.mk
include $(MODDIR)/make/text.mk

View file

@ -32,4 +32,5 @@
install:
install *.sh -m 755 $(HOME)/bin/
clean:
rm -rf *~ .*.swp core

View file

@ -1,3 +1,4 @@
MODDIR=..
TOPDIR=..
SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "CVS\|nomake" | grep /)
include $(TOPDIR)/make/dirs.mk
include $(MODDIR)/make/dirs.mk

View file

@ -3,5 +3,6 @@
# $Id$
MODDIR = ../..
TOPDIR = ../..
include $(MODDIR)/make/text.mk

View file

@ -2,6 +2,7 @@
# contact@jannet.de
# $Id$
MODDIR = ../..
TOPDIR = ../..
include $(TOPDIR)/make/text.mk
include $(MODDIR)/make/text.mk