Salome HOME
Porting documentation on the Doxygen-1.8.0
[plugins/blsurfplugin.git] / configure.ac
index 000d1239f567b42a957a1782f7752f594ee3ed3b..40efd7b69a92bf19e46f8b56222a11a36499f7bc 100644 (file)
@@ -31,6 +31,8 @@ AM_INIT_AUTOMAKE([-Wno-portability])
 
 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
 AC_SUBST(XVERSION)
+VERSION_DEV=1
+AC_SUBST(VERSION_DEV)
 
 # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)
 MODULE_NAME=blsurfplugin
@@ -432,7 +434,11 @@ AC_OUTPUT([ \
   doc/Makefile \
   doc/salome/Makefile \
   doc/salome/gui/Makefile \
-  doc/salome/gui/doxyfile \
+  doc/salome/gui/BLSURFPLUGIN/Makefile \
+  doc/salome/gui/BLSURFPLUGIN/doxyfile \
+  doc/salome/gui/BLSURFPLUGIN/doxyfile_py \
+  doc/salome/gui/BLSURFPLUGIN/static/header.html \
+  doc/salome/gui/BLSURFPLUGIN/static/header_py.html \
   doc/salome/tui/Makefile \
   doc/salome/tui/doxyfile \
   bin/VERSION \