mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
9 lines
324 B
Makefile
9 lines
324 B
Makefile
all: docs ../docs/index.html
|
|
|
|
docs: $(patsubst %.xml,../docs/%.html, error/*.xml warning/*.xml info/*.xml)
|
|
|
|
../docs/%.html: %.xml
|
|
./build-html-docs.py template.html ../docs $<
|
|
|
|
../docs/index.html: docs-index-header.html error/*.xml warning/*.xml info/*.xml docs-index-footer.html build-docs-index.py
|
|
./build-docs-index.py
|