diff options
author | Perberos <[email protected]> | 2011-11-08 16:22:08 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-08 16:22:08 -0300 |
commit | f45852ab2a7126f354079499fc8b03976c0eab27 (patch) | |
tree | 885c32d804d3c970c5da41a5527882e8a956b42d /help/Makefile.am | |
download | mate-system-monitor-f45852ab2a7126f354079499fc8b03976c0eab27.tar.bz2 mate-system-monitor-f45852ab2a7126f354079499fc8b03976c0eab27.tar.xz |
initial
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..7e6855b --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,22 @@ +include $(top_srcdir)/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = mate-system-monitor +DOC_ENTITIES = legal.xml +DOC_INCLUDES = +DOC_FIGURES = figures/addColumn.png \ + figures/changePriority.png \ + figures/colorPanel.png \ + figures/columnContextMenu.png \ + figures/mate-system-monitor_window.png \ + figures/memoryMaps.png \ + figures/moreInfo.png \ + figures/processListing.png \ + figures/sortButton.png \ + figures/sortMenu2.png \ + figures/sortMenu.png \ + figures/systemMonitor.png \ + figures/viewMenu.png + +DOC_LINGUAS = ar bg ca cs da de el es fr oc pa sv zh_CN + |