diff options
author | wl <wl> | 2009-01-04 10:24:53 +0000 |
---|---|---|
committer | wl <wl> | 2009-01-04 10:24:53 +0000 |
commit | f72cf46927b33faccf0b92d75dcd976ea8e5c8cb (patch) | |
tree | 9161bb693a2d72a7f1fa3ae3eac2302b1a488d08 /contrib | |
parent | f3f3723fa02270989ba5d4b09ba074f43ffed99e (diff) | |
download | groff-f72cf46927b33faccf0b92d75dcd976ea8e5c8cb.tar.gz |
* Makefile.sub (CLEANADD): Add hdmisc.tmac-s and hdtbl.tmac-s.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/hdtbl/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/hdtbl/Makefile.sub | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog index f061c258..1980b86f 100644 --- a/contrib/hdtbl/ChangeLog +++ b/contrib/hdtbl/ChangeLog @@ -1,3 +1,7 @@ +2009-01-04 Werner LEMBERG <wl@gnu.org> + + * Makefile.sub (CLEANADD): Add hdmisc.tmac-s and hdtbl.tmac-s. + 2009-01-03 Werner LEMBERG <wl@gnu.org> * README: Renamed to... diff --git a/contrib/hdtbl/Makefile.sub b/contrib/hdtbl/Makefile.sub index d2419b4a..9d21122f 100644 --- a/contrib/hdtbl/Makefile.sub +++ b/contrib/hdtbl/Makefile.sub @@ -1,4 +1,4 @@ -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2009 Free Software Foundation, Inc. # Written by Werner Lemberg (wl@gnu.org) # # This file is part of groff. @@ -85,7 +85,8 @@ CLEANADD=\ $(PROCESSEDEXAMPLEFILES) \ $(GENFILES) \ examples/stamp \ - stamp-strip + stamp-strip \ + hdmisc.tmac-s hdtbl.tmac-s .SUFFIXES: .roff .in .ps |