Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/Makefile

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