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

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: William Grant
  • Date: 2009-02-17 00:01:10 UTC
  • mto: (1099.1.143 new-dispatch)
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: grantw@unimelb.edu.au-20090217000110-mysp1vl5n29uwm2v
Change serveservice's interface - it now uses a JSON-based non-CGI one.
This breaks serving things.

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