dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3842e
)
Simplification of action...
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 3 Jan 2002 10:51:20 +0000
(10:51 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Thu, 3 Jan 2002 10:51:20 +0000
(10:51 +0000)
include/Makefile.am
patch
|
blob
|
history
diff --git
a/include/Makefile.am
b/include/Makefile.am
index 2ab50f68264836731190e607190beeadb13114ef..c0698405dd4634dc320e44dac50c5545d8b19248 100644
(file)
--- a/
include/Makefile.am
+++ b/
include/Makefile.am
@@
-6,5
+6,5
@@
include_HEADERS = gedcom.h \
BUILT_SOURCES = gedcom-tags.h
gedcom-tags.h: $(srcdir)/../gedcom/gedcom.tab.h
-
cat $(srcdir)/../gedcom/gedcom.tab.h | grep "TAG_\|USERTAG"
> gedcom-tags.h
+
grep "TAG_\|USERTAG" $(srcdir)/../gedcom/gedcom.tab.h
> gedcom-tags.h