index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-23 21:21:51 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-23 22:50:01 -0500 |
commit | a4a7006a138f05c1b774414a55ffb5499d7b289f (patch) | |
tree | 2ba3009d856a4bb6047ce72bc83d078c988a977e /scripts/Makefile.am | |
parent | 78f297dabe17eef518eaccb880f9013641124cda (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 |