~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: William Grant
  • Date: 2009-04-07 03:34:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1174.
  • Revision ID: grantw@unimelb.edu.au-20090407033459-dcwv6evw4ku8kt0o
Remove the NOT NULL and default from project_set.max_students_per_group.

NULL now means it's a solo project - 0 means there is no limit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ALLHTML = app_howto.html
2
 
 
3
 
all: ${ALLHTML}
4
 
 
5
 
clean:
6
 
        rm -f ${ALLHTML}
7
 
 
8
 
%.html: %.txt
9
 
        markdown < $< > $@
10