/help/Makefile.am

http://github.com/hbons/SparkleShare · Makefile · 17 lines · 12 code · 5 blank · 0 comment · 1 complexity · 419406033c46c99de517956342aa75da MD5 · raw file

  1. if HAVE_GNOME_DOC_UTILS
  2. include $(top_srcdir)/gnome-doc-utils.make
  3. DOC_ID = sparkleshare
  4. DOC_INCLUDES = legal.xml
  5. DOC_PAGES = account-creation.page \
  6. advanced.page \
  7. index.page \
  8. introduction.page \
  9. share.page
  10. DOC_LINGUAS =
  11. dist-hook: doc-dist-hook
  12. endif