summaryrefslogtreecommitdiff
path: root/xfce-user-guide/images/el/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-user-guide/images/el/Makefile.am')
-rw-r--r--xfce-user-guide/images/el/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/xfce-user-guide/images/el/Makefile.am b/xfce-user-guide/images/el/Makefile.am
new file mode 100644
index 0000000..918efad
--- /dev/null
+++ b/xfce-user-guide/images/el/Makefile.am
@@ -0,0 +1,11 @@
+imagesdir = $(docdir)/html/el/images
+images_DATA = \
+ xfce-mouse.png \
+ run-dialog.png \
+ default-session.png \
+ about-dialog.png
+
+EXTRA_DIST = \
+ $(images_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: