mangalam-research / wed

Wed is a web-based editor that assists users in editing XML documents according to a schema.
http://mangalam-research.github.io/wed/
Mozilla Public License 2.0
24 stars 10 forks source link

Develop #10

Closed keisetsu closed 11 years ago

lddubeau commented 11 years ago

doc/_templates missing??? (ETA: and doc/_static)

$ make -f gh-pages.mk gh-pages

../jsdoc-upstream/jsdoc -c jsdoc.conf.json -d build/api/ -r lib
mkdir -p build/merged_gh_pages
cp -p CHANGELOG.rst build/merged_gh_pages
cp -p doc/*.rst build/merged_gh_pages
cp -p doc/conf.py build/merged_gh_pages
cp -rp doc/_templates build/merged_gh_pages
cp: cannot stat ‘doc/_templates’: No such file or directory
make: *** [gh-pages] Error 1
lddubeau commented 11 years ago

It's been merged but github seems confused.

lddubeau commented 11 years ago

I should mention that the way wed uses a custom template has substantially changed. The makefile:

  1. Copies the jsdoc's default template to build/jsdoc_template. (Set JSDOC3_DEFAULT_TEMPLATE so that make finds it.)
  2. Patches it with the two files in misc/jsdoc_template.
  3. Builds the docs with the resulting template in build/jsdoc_template.