Makefile corrected. Only Bernhard has directory /home/dl4mhk/www/i4l-faq... :-)

This commit is contained in:
hessler 1997-02-23 13:42:09 +00:00
parent e69e1dd649
commit d97d0121d7
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,9 @@ BIN = ./bin
# in OUT werden alle Output-Dateien erzeugt # in OUT werden alle Output-Dateien erzeugt
GEN_DIR = ./out GEN_DIR = ./out
# Für Bernhard: # Für Bernhard:
TARGET_DIR = /home/dl4mhk/www/i4l-faq #TARGET_DIR = /home/dl4mhk/www/i4l-faq
# Ich selbst behalte den Kram lieber da, wo er erzeugt wurde: # Ich selbst behalte den Kram lieber da, wo er erzeugt wurde:
#TARGET_DIR = $(GEN_DIR) TARGET_DIR = $(GEN_DIR)
# Programm-Namen # Programm-Namen
HTML = $(BIN)/html.pl HTML = $(BIN)/html.pl
@ -139,7 +139,6 @@ eold:
install: install:
if [ $(TARGET_DIR) != $(GEN_DIR) ]; then cp $(GEN_DIR)/* $(TARGET_DIR); fi if [ $(TARGET_DIR) != $(GEN_DIR) ]; then cp $(GEN_DIR)/* $(TARGET_DIR); fi
distclean: clean
# Aufraeumen # Aufraeumen
clean: clean: