diff options
author | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
commit | 312ba610a1e98fc656fb58178227d7d45a64494e (patch) | |
tree | 54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /drivemount/help/Makefile.am | |
download | mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2 mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz |
initial
Diffstat (limited to 'drivemount/help/Makefile.am')
-rw-r--r-- | drivemount/help/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivemount/help/Makefile.am b/drivemount/help/Makefile.am new file mode 100644 index 00000000..0d86d9c4 --- /dev/null +++ b/drivemount/help/Makefile.am @@ -0,0 +1,15 @@ +include $(top_srcdir)/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = drivemount +DOC_ENTITIES = legal.xml + +DOC_FIGURES = figures/drivemount-applet_eject.png \ + figures/drivemount-applet_example.png \ + figures/drivemount-applet_mount.png \ + figures/drivemount-applet_open.png \ + figures/drivemount-applet_status.png + +DOC_LINGUAS = ca cs da de el en_GB es eu fi fr it ko oc pa ru sv uk zh_CN + +-include $(top_srcdir)/git.mk |