]> git.k1024.org Git - debian-pyxattr.git/blob - debian/patches/easy-doc.patch
Refresh the easy-doc patch
[debian-pyxattr.git] / debian / patches / easy-doc.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -19,7 +19,7 @@
4  $(MODNAME): xattr.c
5         $(PYTHON) ./setup.py build_ext --inplace
6  
7 -$(DOCHTML)/index.html: $(MODNAME) $(RSTFILES)
8 +$(DOCHTML)/index.html: $(RSTFILES)
9         $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(DOCHTML)
10         touch $@
11