diff --git a/debian/Makefile b/debian/Makefile new file mode 100644 index 0000000..ccb5cfb --- /dev/null +++ b/debian/Makefile @@ -0,0 +1,13 @@ +# +# +# (c) 2004,2005 Laurent Vivier +# +# + +TOP = $(shell pwd) + +SOURCES = changelog compat control copyright emile-bootblocks.dirs \ + emile-bootblocks.install emile-bootblocks.postinst emile.install \ + Makefile rules + +include $(TOP)/../Rules.mk