This website requires JavaScript.
Explore
Privacy Policy
Terms of Service
Help
Sign In
ahuston-0
/
hydra
Watch
1
Star
0
Fork
0
You've already forked hydra
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
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-24 00:25:56 +01: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-24 00:25:56 +01: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-24 00:25:56 +01:00
install
:
$(
MD_FILES
)
mdbook build . -d
$(
docdir
)
Reference in New Issue
Copy Permalink