]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - makefile
don't include empty password in words links
[ott/bsta] / makefile
index 3f30f89bb7e7f7268091b149b608907d62ba500b..f3a12cd825c616c8f5ba4db3070453f78d703102 100644 (file)
--- a/makefile
+++ b/makefile
@@ -62,7 +62,7 @@ chat.1.pl\
 frame.1.pl\
 goto.1.pl\
 info.1.pl\
-oldlogs.1.pl\
+opomba.1.pl\
 ong.1.pl\
 reset.1.pl\
 update.1.pl\
@@ -79,7 +79,7 @@ chat.pl\
 frame.pl\
 goto.pl\
 info.pl\
-oldlogs.pl\
+opomba.pl\
 ong.pl\
 reset.pl\
 update.pl\
@@ -107,6 +107,7 @@ chat\
 frame\
 goto\
 info\
+opomba\
 viewer
 
 EXEC=\
@@ -117,7 +118,7 @@ chat.pl\
 frame.pl\
 goto.pl\
 info.pl\
-oldlogs.pl\
+opomba.pl\
 ong.pl\
 reset.pl\
 update.pl\
@@ -131,6 +132,7 @@ chat\
 frame\
 goto\
 info\
+opomba\
 viewer
 
 BIN=\
@@ -148,6 +150,7 @@ timer.js
 
 
 all: $(BIN) setuid exec
+       
 
 makefile: makefile.1.mak $(CONFIGFILE) configure.pl
        $(CONFIGURE_CMD) < makefile.1.mak > makefile
@@ -197,9 +200,11 @@ cp_cron: bsta.cron
        $(SUDO) $(CP) bsta.cron $(CRON)
 
 install: all cp_bin cp_lib cp_www cp_conf cp_cron
+       
 
 clean:
        $(RM) -f configure.pl $(TO_GENERATE) $(PERL_WRAP_EXEC) $(PERL_WRAP_EXEC:=.c)
        $(PERL) config/configure.1.pl $(DEFAULT_CONFIGFILE) < makefile.1.mak > makefile
 
 PHONY: all clean install setuid exec mktree cp_bin cp_lib cp_www cp_conf cp_cron
+