diff options
Diffstat (limited to 'data/help/tips/Makefile.am')
-rw-r--r-- | data/help/tips/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am new file mode 100644 index 000000000..1c7e6550e --- /dev/null +++ b/data/help/tips/Makefile.am @@ -0,0 +1,16 @@ + +helptipsdir = $(pkgdatadir)/data/help/tips + +helptips_DATA = \ + 1.txt \ + 1-1.jpg \ + 1-2.jpg \ + 2.txt \ + 3.txt \ + 4.txt \ + 5.txt \ + 6.txt + +EXTRA_DIST = \ + $(helptips_DATA) \ + CMakeLists.txt |