---
ChangeLog | 4 ++++
Makefile.am | 20 ++++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 56ed6c1..34b038c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-08-27 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * Makefile.am: Add new rules to build rpm and deb packages.
+
+2010-08-27 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Add package configuration files.
* configure.ac: Ask for the generation of some package
diff --git a/Makefile.am b/Makefile.am
index f89da9f..063a088 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,3 +136,23 @@ snapshot:
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& mv -f $(srcdir)/configure.ac.old $(srcdir)/configure.ac
#>>
+
+
+regen-inst:
+ cd milena && $(MAKE) regen-inst \
+ && cd scribo && $(MAKE) regen-inst
+
+deb:
+ cd milena && $(MAKE) deb \
+ && cd scribo && $(MAKE) deb
+
+rpm:
+ cd milena && $(MAKE) rpm \
+ && cd scribo && $(MAKE) rpm
+
+pkg:
+ cd $(abs_top_builddir)/milena \
+ && $(MAKE) pkg \
+ && cd $(abs_top_builddir)/scribo \
+ && $(MAKE) pkg \
+ && cd $(abs_top_builddir)
\ No newline at end of file
--
1.5.6.5