~gdesklets-desklet-team/gdesklets/0.36

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Robert Pastierovic
  • Date: 2007-10-07 10:08:42 UTC
  • Revision ID: pastierovic@gmail.com-20071007100842-fdvp2vzmqgh1j87k
merged 0.3x branch and basic documentation and some other changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = man   \
 
2
          book  \
 
3
          basic
 
4
 
 
5
SYNOPSIS = python2.2 /usr/bin/synopsis
 
6
SYN_FLAGS = -Wc,parser=Python,formatter=HTML,linker=Linker
 
7
SYN_SRC = gdesklets */*.py */*/*.py
 
8
SYN_DEST = doc/source
 
9
 
 
10
 
 
11
doc:
 
12
        cd .. && \
 
13
        $(SYNOPSIS) $(SYN_FLAGS) -o $(SYN_DEST) $(SYN_SRC)