X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2FMakefile.am;h=80016c54b53f2bc4eb37f31e3bcba7ef7f062348;hb=HEAD;hp=56b84acfd065268b7a0db76497838af156c6ae55;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/include/Makefile.am b/include/Makefile.am index 56b84ac..80016c5 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,8 +6,10 @@ include_HEADERS = gedcom.h \ gom.h BUILT_SOURCES = gedcom.h \ gedcom-tags.h -EXTRA_DIST = gedcom.h.in +EXTRA_DIST = gedcom.h.in \ + gedcom-tags.h gedcom-tags.h: $(srcdir)/../gedcom/gedcom.tabgen.h - grep "TAG_\|USERTAG" $< > $@ + grep "TAG_" $< > $@ + grep "USERTAG" $< >> $@