This website requires JavaScript.
Explore
Help
Sign In
ma27
/
hydra
Watch
0
Star
0
Fork
You've already forked hydra
0
forked from
lix-project/hydra
Code
Pull requests
Activity
20c1efeb5b
hydra
/
doc
/
manual
/
Makefile.am
7 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add markdown files for documentation projects.xml and declarative-projects.xml were merged with xmllint, and then I ran that to convert files for i in *.xml; do pandoc -s -f docbook -t markdown $i -o ${i/xml/md}; done
2021-02-23 23:25:56 +00:00
MD_FILES
=
src/*.md
hydra: use autoconf/-make
2010-09-30 14:29:15 +00:00
Add markdown files for documentation projects.xml and declarative-projects.xml were merged with xmllint, and then I ran that to convert files for i in *.xml; do pandoc -s -f docbook -t markdown $i -o ${i/xml/md}; done
2021-02-23 23:25:56 +00:00
EXTRA_DIST
=
$(
MD_FILES
)
hydra: use autoconf/-make
2010-09-30 14:29:15 +00:00
Add markdown files for documentation projects.xml and declarative-projects.xml were merged with xmllint, and then I ran that to convert files for i in *.xml; do pandoc -s -f docbook -t markdown $i -o ${i/xml/md}; done
2021-02-23 23:25:56 +00:00
install
:
$(
MD_FILES
)
mdbook build . -d
$(
docdir
)
Copy permalink