forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
c671b43
commit d72ae6a
Showing
6 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- a/configure.in | ||
+++ b/configure.in | ||
@@ -50,9 +50,9 @@ | ||
AC_MSG_WARN([cannot find doxygen, unable to generate Cal3D API Reference!]) | ||
fi | ||
|
||
-AC_CHECK_PROG(DB2HTML, db2html, true, false) | ||
+AC_CHECK_PROG(DB2HTML, docbook2html, true, false) | ||
if test "$DB2HTML" = false; then | ||
- AC_MSG_WARN([cannot find db2html, unable to generate Cal3D User's Guide!]) | ||
+ AC_MSG_WARN([cannot find docbook2html, unable to generate Cal3D User's Guide!]) | ||
fi | ||
|
||
AC_PATH_PROG(BLENDER, [blender]) | ||
--- a/docs/Makefile.am | ||
+++ b/docs/Makefile.am | ||
@@ -18,7 +18,7 @@ | ||
doxygen cal3d.doxygen | ||
|
||
doc-guide: | ||
- db2html guide.sgml | ||
+ docbook2html guide.sgml | ||
|
||
clean-local: | ||
rm -rf guide guide.junk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters