Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/Makefile

    rbaa09cc r1cef55f  
    33_SRCDIR_ := $(_SRCDIR_)doc/user-guide/
    44endif
     5
     6ifndef PYTHON
     7PYTHON = python
     8endif
    59
    610all: help.txt
     
    3135        xsltproc --xinclude --output $@ docbook.xsl $<
    3236
    33 help.txt: help.xml help.xsl commands.xml misc.xml quickstart.xml
    34         python genhelp.py $< $@
     37help.txt: $(_SRCDIR_)help.xml $(_SRCDIR_)commands.xml $(_SRCDIR_)misc.xml $(_SRCDIR_)quickstart.xml
     38        $(PYTHON) $(_SRCDIR_)genhelp.py $< $@
    3539
    3640clean:
Note: See TracChangeset for help on using the changeset viewer.