Always for PACKAGEVERSION to 'mainline' for teh llvm web page.
authorChris Lattner <sabre@nondot.org>
Sun, 27 Jan 2008 23:43:26 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Jan 2008 23:43:26 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46425 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Makefile

index 10b31d1076f82aec515be839227888e3a33b6bcc..a66d5ae4e8db90907109028c2e23232fe486957b 100644 (file)
@@ -13,15 +13,12 @@ DIRS       := CommandGuide
 ifdef BUILD_FOR_WEBSITE
 PROJ_OBJ_DIR = .
 DOXYGEN = doxygen
-# Extract version number from the AC_INT line in configure.ac
-# AC_INIT([[llvm]],[[2.1svn]],[llvmbugs@cs.uiuc.edu])
-PACKAGE_VERSION = $(shell grep AC_INIT ../autoconf/configure.ac | sed -e 's/^[^0-9]*\([0-9_.a-zA-Z-]*\).*/\1/' )
 
 $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
        cat $< | sed \
          -e 's/@abs_top_srcdir@/../g' \
          -e 's/@DOT@/dot/g' \
-         -e 's/@PACKAGE_VERSION@/$(PACKAGE_VERSION)/' \
+         -e 's/@PACKAGE_VERSION@/mainline/' \
          -e 's/@abs_top_builddir@/../g' > $@
 endif