Imported Upstream version 1.22.4
[platform/upstream/groff.git] / contrib / glilypond / README.txt
1     Copyright (C) 2013-2018 Free Software Foundation, Inc.
2
3     Written by Bernd Warken <groff-bernd.warken-72@web.de>
4
5     Copying and distribution of this file, with or without modification,
6     are permitted in any medium without royalty provided the copyright
7     notice and this notice are preserved.
8
9     This file is part of 'glilypond', which is part of 'groff'.
10
11
12 ########################################################################
13
14 In order to run 'glilypond', your system must have installed Perl of at
15 least version 'v5.6'.
16
17
18 ########################################################################
19
20 In order to have this program installed by 'make', the creation of a
21 libdir (library directory) must be programmed in some system files.
22 The following actions must be taken:
23
24 1) <groff_src_dir>/m4/groff.m4:
25 Add 'AC_DEFUN([GROFF_GROFFERDIR_DEFAULT])'.
26
27 2) <groff_src_dir>/configure.ac:
28 Add 'GROFF_GROFFERDIR_DEFAULT'.
29
30 3) <groff_src_dir>/Makefile.in:
31 Add several informations of 'glilypond_dir'
32
33 With that, the program 'autoconf' can be run in order to update the
34 configure files and Makefile's.
35
36 Now '$glilypond_dir' can be used as libdir.
37
38
39 ########################################################################
40 ### Emacs settings
41 # Local Variables:
42 # mode: text
43 # End: