diff options
author | wlemb <wlemb> | 2003-12-02 19:37:23 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2003-12-02 19:37:23 +0000 |
commit | 9ab833d9c9ab0e92e8dcce28e4d81835e49a2144 (patch) | |
tree | b39b6bbd7d4295e961c77e27c4f1b472b83931af /src/include/Makefile.sub | |
parent | fa023a19828b9dae4d3483c71c2d99500fa84198 (diff) | |
download | groff-9ab833d9c9ab0e92e8dcce28e4d81835e49a2144.tar.gz |
* src/roff/troff/glyphuni.cpp, src/roff/troff/unicode.cpp,
src/roff/troff/unicode.h, src/roff/troff/uniglyph.cpp,
src/roff/troff/uniuni.cpp: Moved to...
* src/libs/libgroff/glyphuni.cpp, src/libs/libgroff/unicode.cpp,
src/libs/libgroff/unicode.h, src/libs/libgroff/uniglyph.cpp,
src/libs/libgroff/uniuni.cpp: Here.
* src/include/Makefile.sub.old (HDRS),
src/libs/libgroff/Makefile.sub (OBJS, CCSRCS),
src/roff/troff/Makefile.sub (HDRS, PBJS, CCSRCS): Updated.
Diffstat (limited to 'src/include/Makefile.sub')
-rw-r--r-- | src/include/Makefile.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/Makefile.sub b/src/include/Makefile.sub index 620d3453..ef9c4648 100644 --- a/src/include/Makefile.sub +++ b/src/include/Makefile.sub @@ -22,7 +22,8 @@ HDRS=\ refid.h \ search.h \ searchpath.h \ - stringclass.h + stringclass.h \ + unicode.h GENHDRS=defs.h all depend: $(GENHDRS) |