]> bicyclesonthemoon.info Git - ott/enhance/blobdiff - makefile
nofading online
[ott/enhance] / makefile
index 5d6ad886afacf4d7f0a264379b7d21a1eb346566..9998d0dc42fb34c2940e46bbc5e105a58a094bb2 100644 (file)
--- a/makefile
+++ b/makefile
@@ -105,16 +105,20 @@ npb1.h\
 npb2.h\
 npb_ong1.h\
 npb_403.h\
-nh.h
+nh.h\
+nf.h
 
 CGI=\
-bluenh-cgi
+bluenh-cgi\
+nofading-cgi
 
 HTM_CGI=\
-bluenh.htm
+bluenh.htm\
+nofading.htm
 
 HTM_CGI_1=\
-bluenh.1.htm
+bluenh.1.htm\
+nofading.1.htm\
 
 
 # keep these 2 lists in the same order!:
@@ -177,7 +181,7 @@ f2h: f2h.c
        $(CC) $(CF) -o f2h f2h.c
 
 $(HTM_CGI): %.htm: enhance-top.htm enhance-bottom.htm %.1.htm $(CONFIGFILE)
-       $(CAT) enhance-top.htm $*.1.htm enhance-bottom.htm | $(CONFIGURE) _HTML_TITLE=\$$title_$* $(CONFIGFILE) > bluenh.htm
+       $(CAT) enhance-top.htm $*.1.htm enhance-bottom.htm | $(CONFIGURE) _HTML_TITLE=\$$title_$* $(CONFIGFILE) > $*.htm
 
 index.htm: enhance-top.htm enhance-bottom.htm $(HTM_CGI_1) $(CONFIGFILE)
        $(CAT) enhance-top.htm $(HTM_CGI_1) enhance-bottom.htm | $(CONFIGURE) _HTML_TITLE=\$$title_enhance $(CONFIGFILE) > index.htm