[Xfce4-commits] <xfce4-docs:ristretto-master> Add makefiles for po and media directories
Stephan Arts
noreply at xfce.org
Thu Oct 27 17:48:01 CEST 2011
Updating branch refs/heads/ristretto-master
to f18e230cee8cff47e5d9da8d276abadc5668b130 (commit)
from acbdff5c43ba7228322f31a19a2b27f6463bd09d (commit)
commit f18e230cee8cff47e5d9da8d276abadc5668b130
Author: Stephan Arts <stephan at xfce.org>
Date: Thu Oct 27 17:45:53 2011 +0200
Add makefiles for po and media directories
manual/media/Makefile.am | 5 +++++
manual/po/Makefile.am | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/manual/media/Makefile.am b/manual/media/Makefile.am
new file mode 100644
index 0000000..03b47c6
--- /dev/null
+++ b/manual/media/Makefile.am
@@ -0,0 +1,5 @@
+media_Cdir = $(docdir)/html/C/media
+media_C_DATA =
+
+EXTRA_DIST = \
+ $(media_C_DATA)
diff --git a/manual/po/Makefile.am b/manual/po/Makefile.am
new file mode 100644
index 0000000..50f8641
--- /dev/null
+++ b/manual/po/Makefile.am
@@ -0,0 +1,2 @@
+PO_FILES = $(shell cd $(srcdir) && echo `/bin/ls *.po 2> /dev/null`)
+EXTRA_DIST = $(PO_FILES) $(GETTEXT_PACKAGE).pot
More information about the Xfce4-commits
mailing list