diff options
author | bwarken <bwarken> | 2013-04-25 22:37:57 +0000 |
---|---|---|
committer | bwarken <bwarken> | 2013-04-25 22:37:57 +0000 |
commit | 1aa7ca986d713a2e7b901bfabfbd411baf9d6434 (patch) | |
tree | 0250fc094a34a38676b652ec93c026561a4a7055 /contrib | |
parent | 00259af592d02dcdffac83bc94bd6bec14c02c66 (diff) | |
download | groff-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/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/glilypond/Makefile.sub | 6 |
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 |