summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-03-29 11:41:20 +0000
committerbwarken <bwarken>2013-03-29 11:41:20 +0000
commit32479f4aa92b227708f0e74b845d9cc07ed4cc24 (patch)
tree2a14c6e34e1df66d7fc498dcb45402bf00b81c95 /Makefile.in
parent3167b96d44d616c1c9aa54cd3ad5de94b05f4db0 (diff)
downloadgroff-32479f4aa92b227708f0e74b845d9cc07ed4cc24.tar.gz
Rename `groff_lilypond' to `glilypond'. So remove the former
source directory `<groff_src_dir>/contrib/lilypond' and newly install `<groff_src_dir>/contrib/glilypond', which now has many files. The new version starts at `v1.0'. * m4/groff.m4, configure.ac: Add libdir information for `glilypond'. * Makefile.in: Add `<groff_src_dir>/contrib/glilypond'. Run `autoconf'. `glilypond' can now be installed to the system. Version will now be v1.*. All former files of versions v0.* vanished or were renamed. * ChangeLog.0x: old `ChangeLog' file for the old `groff_lilypond' versions v0.*. In the future, this file won't be changed any more. * ChangeLog: New file. It is this file. It displays the history of `glilypond' versions v1.* or later. * glilypond.pl: New main Perl file written from `groff_lilypond.pl' in a totally different way. It is split now into 4 Perl files. * args.pl: New Perl file. It handles the command line options for a run of `glilypond.pl'. * oop_fh.pl: New Perl file. OOP handling of file handles. * perl_test.pl: Test whether the actual Perl program has a suitable versions. For `Makefile.sub' and `glilypond.pl'. * subs.pl: New Perl file. Defines the global subs for `glilypond.pl'. * Makefile.sub: Newly written `Makefile' for this subdirectory of `groff'. `glilypond' should be able to be installed by `make' with this file. * glilypond.man: Newly written man-page for `glilypond'. * README.txt: New file about the installation.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ec906699..fc6522e7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,8 @@
# Copyright (C) 1989-2006, 2009-2013
# Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
+#
+# Last update: 28 Mar 2013
#
# This file is part of groff.
#
@@ -189,6 +191,7 @@ localtmacdir=$(dataprogramdir)/site-tmac
appresdir=@appresdir@
groffer_dir=@groffer_dir@
+glilypond_dir=@glilypond_dir@
# `tmacpath' says where to look for macro files.
# The current directory will be prepended in unsafe mode only; the home
@@ -501,6 +504,7 @@ MDEFINES=\
"YACCFLAGS=$(YACCFLAGS)" \
"appresdir=$(appresdir)" \
"groffer_dir=$(groffer_dir)" \
+ "glilypond_dir=$(glilypond_dir)" \
"bindir=$(bindir)" \
"common_words_file=$(common_words_file)" \
"datadir=$(datadir)" \
@@ -622,6 +626,7 @@ OTHERDIRS=\
contrib/eqn2graph \
contrib/grap2graph \
contrib/groffer \
+ contrib/glilypond \
contrib/hdtbl \
contrib/pdfmark \
src/devices/gropdf \