# HG changeset patch # User Oleksandr Gavenko # Date 1262981859 -7200 # Node ID 9f5eedd0817848246294bbb3bca91c05516a5fa5 # Parent bc020a60179434b025b0b1f9112d3a90e4675db1 Filter lines beginning with # from .tab_ file (for purpose use they as comment lines). diff -r bc020a601794 -r 9f5eedd08178 Makefile --- a/Makefile Fri Jan 08 22:02:11 2010 +0200 +++ b/Makefile Fri Jan 08 22:17:39 2010 +0200 @@ -27,7 +27,7 @@ dist: $(F_DICT) %.tab: %.tab_ - sed 's_\\n _\\n_g' > $@ < $< + sed -e '/^#/d' -e 's_\\n _\\n_g' > $@ < $< %.dict.dz: %.tab %.descr tabfile $<