- Timestamp:
- 2015-06-04T17:13:22Z (9 years ago)
- Branches:
- master
- Children:
- 3a27896
- Parents:
- fd45e859
- git-author:
- dequis <dx@…> (01-06-15 01:00:28)
- git-committer:
- dequis <dx@…> (04-06-15 17:13:22)
- Location:
- doc/user-guide
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Makefile
rfd45e859 r1cef55f 3 3 _SRCDIR_ := $(_SRCDIR_)doc/user-guide/ 4 4 endif 5 6 ifndef PYTHON 7 PYTHON = python 8 endif 5 9 6 10 all: help.txt … … 32 36 33 37 help.txt: $(_SRCDIR_)help.xml $(_SRCDIR_)commands.xml $(_SRCDIR_)misc.xml $(_SRCDIR_)quickstart.xml 34 python$(_SRCDIR_)genhelp.py $< $@38 $(PYTHON) $(_SRCDIR_)genhelp.py $< $@ 35 39 36 40 clean: -
doc/user-guide/genhelp.py
rfd45e859 r1cef55f 3 3 # Usage: python genhelp.py input.xml output.txt 4 4 # (Both python2 (>=2.5) or python3 work) 5 # 6 # The shebang above isn't used, set the PYTHON environment variable 7 # before running ./configure instead 5 8 6 9 # This program is free software; you can redistribute it and/or
Note: See TracChangeset
for help on using the changeset viewer.