]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - makefile
hyperlinks to static previous/next page
[ott/bsta] / makefile
index 3f30f89bb7e7f7268091b149b608907d62ba500b..7007b12b9e72c8191b4e8608406fadf92c87e8b8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -63,6 +63,7 @@ frame.1.pl\
 goto.1.pl\
 info.1.pl\
 oldlogs.1.pl\
+opomba.1.pl\
 ong.1.pl\
 reset.1.pl\
 update.1.pl\
@@ -80,6 +81,7 @@ frame.pl\
 goto.pl\
 info.pl\
 oldlogs.pl\
+opomba.pl\
 ong.pl\
 reset.pl\
 update.pl\
@@ -107,6 +109,7 @@ chat\
 frame\
 goto\
 info\
+opomba\
 viewer
 
 EXEC=\
@@ -118,6 +121,7 @@ frame.pl\
 goto.pl\
 info.pl\
 oldlogs.pl\
+opomba.pl\
 ong.pl\
 reset.pl\
 update.pl\
@@ -131,6 +135,7 @@ chat\
 frame\
 goto\
 info\
+opomba\
 viewer
 
 BIN=\
@@ -148,6 +153,7 @@ timer.js
 
 
 all: $(BIN) setuid exec
+       
 
 makefile: makefile.1.mak $(CONFIGFILE) configure.pl
        $(CONFIGURE_CMD) < makefile.1.mak > makefile
@@ -197,9 +203,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
+