Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
JSON/RST build is now all done by sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Jun 17, 2016
1 parent c70eb4a commit 9b1484d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ help:
# doc/source is the root of the rst files; the ../.. components effectively
# counter the cd doc/source to place the docs at the schemas root
.PHONY: docs
docs: docs-schemas
docs:
cd doc/source; sphinx-build -b html -d ../../${BUILD_DIR}/doctrees . ../../${BUILD_DIR}/html

#=> docs-schema -- generate rst files from avdl
docs-schemas:
make -C doc/source/schemas default

.PHONY: package
package:
mvn package
Expand All @@ -38,10 +34,7 @@ package:
.PHONY: clean cleaner cleanest
clean:
find . -regex '.*\(~\|\.bak\)' -print0 | xargs -0r /bin/rm -v
make -C doc/source/schemas $@
cleaner: clean
make -C doc/source/schemas $@
cleanest: cleaner
find . -regex '.*\(\.orig\)' -print0 | xargs -0r /bin/rm -v
rm -fr target
make -C doc/source/schemas $@
43 changes: 0 additions & 43 deletions doc/source/schemas/Makefile

This file was deleted.

0 comments on commit 9b1484d

Please sign in to comment.