diff options
author | Perberos <[email protected]> | 2012-09-20 07:23:33 -0700 |
---|---|---|
committer | Perberos <[email protected]> | 2012-09-20 07:23:33 -0700 |
commit | 4af423c4e4fc090ca0e4b82135a5b83b54dfb01e (patch) | |
tree | 860db177ec56b1621e9aca16a5f68ad2d85ae0e0 /help/Makefile.am | |
parent | 6d53504e6a55dc755b425ca26ef374c04973f9f6 (diff) | |
parent | 0d2bdb04daef31a71db82186081fe4aa6439429a (diff) | |
download | atril-4af423c4e4fc090ca0e4b82135a5b83b54dfb01e.tar.bz2 atril-4af423c4e4fc090ca0e4b82135a5b83b54dfb01e.tar.xz |
Merge pull request #10 from oz123/markdown-docu
Markdown docu
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index ba58c53c..645da450 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -14,4 +14,13 @@ DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk -include $(top_srcdir)/git.mk +DOCDIR = $(DESTDIR)$(docdir) + endif + +htmldir=$(datadir)/doc/mate/atril/ + +html_DATA = C/atril.html \ + C/figures/atril_start_window.png + +EXTRA_DIST = $(html_DATA) |