diff options
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 + |