diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 20:46:33 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 20:46:33 +0000 |
commit | e037328e219697f8453dc25df2b8f0d25bbc1acc (patch) | |
tree | c0eadf6a99f2a141f221ae23d488c256165d6dda /Makefile.am | |
parent | 91f450050335b747da2f4cd75260df7f9b36741c (diff) | |
download | pacman-e037328e219697f8453dc25df2b8f0d25bbc1acc.tar.xz |
Corrected documentation compilation - succeeds now
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ebec81b1..d91b8bd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS = lib/libftp lib/libalpm src/util src/pacman scripts doc etc +SUBDIRS = lib/libftp lib/libalpm src/util src/pacman scripts doc doc/hu etc + if HAS_PERL SUBDIRS += bindings/perl endif |