Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Root
libaacs
Commits
f60f46da
Commit
f60f46da
authored
Dec 08, 2011
by
npzacs
Committed by
Ano Nymous
Feb 18, 2012
Browse files
Do not distribute generated parser files
parent
9c975baa
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f60f46da
????-??-??:
????-??-??:
- Do not distribute generated parser files
- Check for libgpg-error. Link against it when needed.
- Check for libgpg-error. Link against it when needed.
- Distribute README.txt
- Distribute README.txt
- Added ChangeLog
- Added ChangeLog
...
...
src/Makefile.am
View file @
f60f46da
...
@@ -62,3 +62,7 @@ CLEANFILES = $(BUILT_SOURCES)
...
@@ -62,3 +62,7 @@ CLEANFILES = $(BUILT_SOURCES)
clean-lex-yacc
:
clean-lex-yacc
:
-
rm
-f
$(BUILT_SOURCES)
-
rm
-f
$(BUILT_SOURCES)
# do not distribute files that should be generated by lex/yacc locally
dist-hook
:
(
cd
$(distdir)
&&
rm
-f
$(BUILT_SOURCES)
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment