[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Geiser-users] [PATCH] Add `dir' to EXTRA_DIST
From: |
Diogo F. S. Ramos |
Subject: |
[Geiser-users] [PATCH] Add `dir' to EXTRA_DIST |
Date: |
Mon, 5 Aug 2013 14:39:51 -0300 |
So the generated tarball from `make dist' will have `dir' inside.
---
doc/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c63713e..863c2df 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -36,3 +36,5 @@ web:
$(top_srcdir)/doc/web.texi
cp $(top_srcdir)/doc/geiser.css ${output_dir}
cp -r $(top_srcdir)/doc/img ${output_dir}
+
+EXTRA_DIST = dir
--
1.8.1.2