mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-27 18:30:23 +00:00
Fixed docs MakeFile
This commit is contained in:
parent
741b7b508e
commit
3db2db404f
1 changed files with 2 additions and 2 deletions
4
dev.xml
4
dev.xml
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?xml version='1.0' encoding='us-ascii'?>
|
||||
<dev><file for="vagrant"><path>Vagrantfile</path>
|
||||
<contents>Vagrant.configure("2") do |config|
|
||||
|
||||
|
|
@ -178,7 +178,7 @@ help:
|
|||
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||
%: Makefile
|
||||
@$(SPHINXBUILD) -M $@ "$(SO</contents>
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)</contents>
|
||||
</file>
|
||||
<file for="docs"><path>docs</path><path>create_docs.sh</path>
|
||||
<contents>#!/usr/bin/env bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue