Addes support for gromacs.7 manpage
authorspoel <spoel>
Thu, 16 Oct 2008 14:19:32 +0000 (14:19 +0000)
committerspoel <spoel>
Thu, 16 Oct 2008 14:19:32 +0000 (14:19 +0000)
configure.ac
man/Makefile.am

index 515e0fa293240a122adc0cb461c2c9f5ad71bd42..971d8bd72d0a254945cfaec6a34e25e9f5124c14 100644 (file)
@@ -3,7 +3,7 @@
 #######################################################################
  
 AC_PREREQ(2.50)
-AC_INIT(gromacs, 4.0, [gmx-users@gromacs.org])
+AC_INIT(gromacs, 4.0.1, [gmx-users@gromacs.org])
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST
@@ -1009,7 +1009,7 @@ AC_CONFIG_FILES([ share/top/Makefile ])
 AC_CONFIG_FILES([ share/html/Makefile ])
 AC_CONFIG_FILES([ share/html/images/Makefile ])
 AC_CONFIG_FILES([ share/html/online/Makefile ])
-AC_CONFIG_FILES([ man/Makefile man/man1/Makefile ])
+AC_CONFIG_FILES([ man/Makefile man/man1/Makefile man/man7/Makefile ])
 
 AC_OUTPUT
 
index aa1da3143dba9672f49f53f770a0b766a5741c38..063f0b85b0848f6317f404aaf859228a8837d603 100644 (file)
@@ -3,6 +3,6 @@
 # Don't edit - this file is generated automatically from Makefile.am
 #
 
-SUBDIRS = man1
+SUBDIRS = man1 man7
 
 CLEANFILES = *~ \\\#*
\ No newline at end of file