Skip to content

Commit

Permalink
add doc target to behave like other python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 19, 2015
1 parent d3ac1c7 commit c29acdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# redirect to make it compatible with other packages generating documentation

SUBDIRS=$(wildcard ../rep-????)

html:
mkdir -p _build/html
cd .. && make all
cp -R ../README.txt ../*.html ../rep.css ../style.css ../rep-0000.rst $(SUBDIRS) _build/html

upload:
cd .. && make upload

0 comments on commit c29acdc

Please sign in to comment.