diff options
Diffstat (limited to 'desktop-themes/TraditionalOk/doc/Makefile.am')
-rw-r--r-- | desktop-themes/TraditionalOk/doc/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/doc/Makefile.am b/desktop-themes/TraditionalOk/doc/Makefile.am new file mode 100644 index 00000000..1b473f94 --- /dev/null +++ b/desktop-themes/TraditionalOk/doc/Makefile.am @@ -0,0 +1,16 @@ +THEME_NAME=TraditionalOk + +themedir = $(datadir)/themes/$(THEME_NAME)/doc + +theme_DATA = \ + exemple1.png \ + exemple2.png \ + exemple3.png \ + gpl-3.0-fr.txt \ + gpl-3.0.txt \ + images.sh.txt \ + LISEZ-MOI.mkd \ + README.mkd \ + version.txt + +EXTRA_DIST = $(theme_DATA) |