summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-04-25 22:37:57 +0000
committerbwarken <bwarken>2013-04-25 22:37:57 +0000
commit1aa7ca986d713a2e7b901bfabfbd411baf9d6434 (patch)
tree0250fc094a34a38676b652ec93c026561a4a7055 /contrib
parent00259af592d02dcdffac83bc94bd6bec14c02c66 (diff)
downloadgroff-1aa7ca986d713a2e7b901bfabfbd411baf9d6434.tar.gz
src/roff/groff/read_groff_options.pl: Reads `groff' options from
`groff.cpp' and writes them into the file `groff_options.info'. src/roff/groff/Makefile.sub: Have the generated file `groff_options.info' be installed into the `groff libdir'.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/glilypond/ChangeLog4
-rw-r--r--contrib/glilypond/Makefile.sub6
2 files changed, 7 insertions, 3 deletions
diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index 428afaeb..9279cf0b 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-25 Bernd Warken <groff-bernd.warken-72@web.de>
+
+ * Makefile.sub: minor corrections.
+
2013-04-24 Bernd Warken <groff-bernd.warken-72@web.de>
Public `glilypond' version `v1.1'.
diff --git a/contrib/glilypond/Makefile.sub b/contrib/glilypond/Makefile.sub
index 650c71b6..b124b792 100644
--- a/contrib/glilypond/Makefile.sub
+++ b/contrib/glilypond/Makefile.sub
@@ -7,7 +7,7 @@
# Written by Werner Lemberg <wl@gnu.org> and
# Bernd Warken <groff-bernd.warken-72@web.de>.
-# Last update: 24 Apr 2013
+# Last update: 25 Apr 2013
# This file is part of `glilypond' which is part of `groff'.
@@ -72,8 +72,8 @@ uninstall_sub:
for f in $(GLILYPOND_); do \
$(RM) $(DESTDIR)$(glilypond_dir)/$$f; \
done
- test -d $(DESTDIR)$(libdir)/groff/glilypond \
- && rmdir $(DESTDIR)$(libdir)/groff/glilypond
+ -test -d $(DESTDIR)$(libdir)/groff/glilypond \
+ && -rmdir $(DESTDIR)$(libdir)/groff/glilypond
########################################################################
# Emacs settings