Changeset 179


Ignore:
Timestamp:
Jun 2, 2010 10:05:48 PM (14 years ago)
Author:
jemian
Message:

show how to make the source code documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wxmtxy/trunk/Makefile

    r178 r179  
    2121HOST   := $(shell uname -n)
    2222PYTHON := $(shell which python)
     23PYDOC := $(shell which pydoc)
    2324ifeq ("$(HOST)", "regitte")
    2425  # regitte runs cygwin
     
    3031  # usaxscontrol.xor.aps.anl.gov needs APSshare version
    3132  PYTHON := /APSshare/bin/python
     33  PYDOC := /APSshare/bin/pydoc
     34endif
     35ifeq ("$(HOST)", "gov.aps.anl.gov")
     36  # gov.aps.anl.gov needs APSshare version
     37  PYTHON := /APSshare/bin/python
     38  PYDOC := /APSshare/bin/pydoc
    3239endif
    3340
     
    4754
    4855pydoc ::
    49         pydoc -w ./
     56        $(PYDOC) -w ./
Note: See TracChangeset for help on using the changeset viewer.