Makefile.am 349 B

1234567891011121314151617181920212223242526272829
  1. helptipsdir = $(pkgdatadir)/data/help/tips
  2. helptips_DATA = \
  3. 1.txt \
  4. 1-1.jpg \
  5. 1-2.jpg \
  6. 2.txt \
  7. 3.txt \
  8. 4.txt \
  9. 5.txt \
  10. 6.txt \
  11. 7.txt \
  12. 8.txt \
  13. 9.txt \
  14. 10.txt \
  15. 11.txt \
  16. 12.txt \
  17. 13.txt \
  18. 14.txt \
  19. 15.txt \
  20. 16.txt \
  21. 17.txt \
  22. 18.txt
  23. EXTRA_DIST = \
  24. $(helptips_DATA) \
  25. CMakeLists.txt