diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 22:46:33 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 22:46:33 +0200 |
commit | e037328e219697f8453dc25df2b8f0d25bbc1acc (patch) | |
tree | c0eadf6a99f2a141f221ae23d488c256165d6dda /configure.ac | |
parent | 91f450050335b747da2f4cd75260df7f9b36741c (diff) | |
download | pacman-e037328e219697f8453dc25df2b8f0d25bbc1acc.tar.gz pacman-e037328e219697f8453dc25df2b8f0d25bbc1acc.tar.xz |
Corrected documentation compilation - succeeds now
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0976ad0a..46fcf86d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,8 +21,7 @@ dnl Define here the libalpm version number PM_MAJOR_VERSION=0 PM_MINOR_VERSION=1 PM_MICRO_VERSION=0 -PM_MICRO_VERSION_SUFFIX=.0 -PM_VERSION=$PM_MAJOR_VERSION.$PM_MINOR_VERSION.$PM_MICRO_VERSION$PM_MICRO_VERSION_SUFFIX +PM_VERSION=$PM_MAJOR_VERSION.$PM_MINOR_VERSION.$PM_MICRO_VERSION dnl Needed for libtool to create proper shared lib version PM_VERSION_INFO=`expr $PM_MAJOR_VERSION + $PM_MINOR_VERSION`:$PM_MICRO_VERSION:$PM_MINOR_VERSION @@ -375,6 +374,7 @@ src/pacman/po/Makefile.in src/util/Makefile scripts/Makefile doc/Makefile +doc/hu/Makefile etc/Makefile etc/pacman.d/Makefile bindings/perl/Makefile |