diff options
author | Stefano Karapetsas <[email protected]> | 2013-05-09 14:19:40 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-05-09 14:19:40 +0200 |
commit | 20825b08acb0fffd365b8f2318f57343d5140fde (patch) | |
tree | c4f58c6139e25dac5a0a65ce3b72511641e34e6a /help/Makefile.am | |
parent | 445aa5e62290e3532e881fe58dc8a1f536eb41da (diff) | |
download | atril-20825b08acb0fffd365b8f2318f57343d5140fde.tar.bz2 atril-20825b08acb0fffd365b8f2318f57343d5140fde.tar.xz |
Fixes for make dist
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 645da450..ba58c53c 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -14,13 +14,4 @@ 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) |