diff options
author | jstebbins <[email protected]> | 2009-06-20 03:07:57 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-20 03:07:57 +0000 |
commit | 27b9c72a0a2d2f426c74f1dec858595dd64fc3c7 (patch) | |
tree | 05d2475134716f1f9d1a2bad3d266bdd7acb2281 /gtk/Makefile.am | |
parent | 989cb1d9fbc7faab456c317d03a9a3b8d68b00f7 (diff) |
LinGui: add RPM packaging support and modify Debian so they can co-exist
- make pkg.create.rpm will create rpm packages
- make pkg.create.deb will create debian packages
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2583 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 069ded164..19050d916 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -4,8 +4,6 @@ SUBDIRS = src po ghbdocdir = ${prefix}/share/doc/ghb -ghbdoc_DATA = \ - ChangeLog EXTRA_DIST = $(ghbdoc_DATA) |