diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-05-12 13:50:38 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-05-18 11:40:31 +0100 |
commit | 88baf916ef1a4ae7fa41173dcbd6dfb3a978879b (patch) | |
tree | dd91c705f8ed1e6103c3787e5b715c389e791155 | |
parent | a1f2e3af564d7d81e07118cfb0eb9bc43316c79f (diff) | |
download | libguestfs-88baf916ef1a4ae7fa41173dcbd6dfb3a978879b.tar.gz libguestfs-88baf916ef1a4ae7fa41173dcbd6dfb3a978879b.tar.xz libguestfs-88baf916ef1a4ae7fa41173dcbd6dfb3a978879b.zip |
build: Sort EXTRA_DIST into lexicographic order.
(cherry picked from commit 48c91ac03cb0a6ac351822fe70200abb8ac7f761)
-rw-r--r-- | Makefile.am | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index fcd190a1..be8b42ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,26 +87,26 @@ endif EXTRA_DIST = \ $(generator_built) \ - html/pod.css \ BUGS HACKING RELEASE-NOTES ROADMAP TODO \ + .gitignore \ + bugs-in-changelog.sh \ + autogen.sh \ + bindtests \ + contrib/README \ + html/pod.css \ + html/recipes.css \ libguestfs.pc libguestfs.pc.in \ + libtool-kill-dependency_libs.sh \ + logo/fish.svg logo/fish.png \ + make-recipes.sh \ + m4/.gitignore \ recipes/LICENSE \ recipes/README \ recipes/*.html \ recipes/*.sh \ recipes/*.example \ - html/recipes.css \ - make-recipes.sh \ - contrib/README \ - bindtests \ - .gitignore \ - m4/.gitignore \ - libtool-kill-dependency_libs.sh \ - autogen.sh \ - bugs-in-changelog.sh \ - update-bugs.sh \ - logo/fish.svg logo/fish.png \ - run + run \ + update-bugs.sh # Recipes web page. html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh |