# # Define HTML to be a space-seperate list of all the html files you want to # build. There will have to be a corresponding .wml file for each. # HTML = sample.html template.html # # Define any subdirectories that you want make to traverse. # SUBDIRS = # # Set EXPAND to one of the following: # # NONE,CONTACTS,RESEARCH,COURSES,ACADEMICS,PEOPLE,FACILITIES,CALENDAR,RESOURSES # # This causes the navigation menu for he corresponding category to be expanded # so the submenu options are visible. Use NONE if you don't want any of them # to be expanded. # EXPAND = NONE # # Include the system-wide Makefile definitions. Do not change/move this line. include /l/www/tools/Makefile.inc # # Add any additional dependencies here. For example, if your sample.wml file # includes foobar.html, then you should add # # sample.wml: foobar.html # touch sample.wml # # This is necessary to 1) ensure that the index.html file is rebuilt when you # modify foobar.html and 2) to update the mod time on index.wml since that # date is used by wml to generate the 'last update' timestamp. # # Note that line 1 must start at the beginning of the line and line 2 must # start with a tab (not spaces!)