Ignore:
Timestamp:
2015-06-04T17:13:22Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
1cef55f
Parents:
81d40fe
git-author:
dequis <dx@…> (31-05-15 23:50:08)
git-committer:
dequis <dx@…> (04-06-15 17:13:22)
Message:

Allow building docs from any directory

Also just remove the .git check completely - just rely on make skipping
it if it exists already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/Makefile

    r81d40fe rfd45e859  
    3131        xsltproc --xinclude --output $@ docbook.xsl $<
    3232
    33 help.txt: help.xml help.xsl commands.xml misc.xml quickstart.xml
    34         python genhelp.py $< $@
     33help.txt: $(_SRCDIR_)help.xml $(_SRCDIR_)commands.xml $(_SRCDIR_)misc.xml $(_SRCDIR_)quickstart.xml
     34        python $(_SRCDIR_)genhelp.py $< $@
    3535
    3636clean:
Note: See TracChangeset for help on using the changeset viewer.