diff options
Diffstat (limited to '')
-rw-r--r-- | doc/hints/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/hints/Makefile.am b/doc/hints/Makefile.am new file mode 100644 index 0000000..2920c35 --- /dev/null +++ b/doc/hints/Makefile.am @@ -0,0 +1,14 @@ +if USE_NLS +SUBDIRS = l10n +endif + +DIST_SUBDIRS = l10n + +HINTFILE = mc.hint + +hintdir = $(pkgdatadir)/hints + +hint_DATA = $(HINTFILE) + +# Files processed by configure don't need to be here +EXTRA_DIST = $(HINTFILE) |