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
Tristan Matthews
bitstream
Commits
abdf4ed3
Commit
abdf4ed3
authored
Dec 15, 2011
by
meuuh
Browse files
Updates for 1.0 release
parent
945b6c3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitattributes
0 → 100644
View file @
abdf4ed3
.gitattributes export-ignore
.gitignore export-ignore
Makefile
View file @
abdf4ed3
PREFIX
?=
/usr/local
INCLUDE
=
$(
subst
//,/,
$(DESTDIR)
/
$(PREFIX)
/include/bitstream
)
VERSION
=
1.0
all
:
@
echo
"Run
\"
make install
\"
to install biTStream into
$(INCLUDE)
"
...
...
@@ -23,4 +24,7 @@ uninstall:
@
echo
"REMOVE
$(INCLUDE)
"
@
rm
-rf
$(INCLUDE)
.PHONY
:
install uninstall
distcheck
:
git archive
--format
=
tar
--prefix
=
bitstream-
$(VERSION)
/ master | bzip2
-9
>
bitstream-
$(VERSION)
.tar.bz2
.PHONY
:
install uninstall distcheck
NEWS
View file @
abdf4ed3
1.0 (
?? Aug
201
0
)
1.0 (
15 Dec
201
1
)
=================
- Initial public release
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