projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091b171
)
Add rules to build html manpages
author
Paul Brossier
<piem@altern.org>
Tue, 13 Dec 2005 05:48:55 +0000
(
05:48
+0000)
committer
Paul Brossier
<piem@altern.org>
Tue, 13 Dec 2005 05:48:55 +0000
(
05:48
+0000)
Add rules to build html manpages
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index afca8885e47b46d3951eb2fb6227ab03754a7473..b6d14f51acdb0b03ea16644a811a2f87427f7f47 100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-31,6
+31,9
@@
doc-examples:
%.1: %.sgml
docbook-to-man $< > $*.1
+%.html: %.sgml
+ docbook2html $< && mv index.html $*.html
+
clean:
rm -rf devel user examples