index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-23 23:44:35 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-23 23:44:35 -0500 |
commit | ac7d17f88e200f3f1c213474e7b875ecd341753d (patch) | |
tree | 0729e8e8b7903e7ecef8177fd2cc0a2c89567a29 /scripts/Makefile.am | |
parent | d8d287b4d215eceb382385b84495666f5a03399e (diff) | |
parent | d62a429b924e70f48bf021d3c355dd9455d1c45b (diff) |
-rw-r--r-- | scripts/Makefile.am | 2 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1a9840d7..3b96c110 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,8 @@ # enforce that all scripts have a --help and --version option AUTOMAKE_OPTIONS = std-options +SUBDIRS = po + bin_SCRIPTS = \ $(OURSCRIPTS) \ repo-remove |