Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zoggy
ocamlrss
Commits
95fb7ef3
Commit
95fb7ef3
authored
Apr 06, 2012
by
Zoggy
Browse files
add git attributes
parent
21f1b90e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitattributes
0 → 100644
View file @
95fb7ef3
/web export-ignore
.headache_config export-ignore
header export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Makefile
View file @
95fb7ef3
...
...
@@ -24,6 +24,8 @@
#################################################################################
#
VERSION
=
2.0
PACKAGES
=
xmlm,unix
OF_FLAGS
=
-package
$(PACKAGES)
...
...
@@ -83,6 +85,11 @@ install: byte opt
uninstall
:
ocamlfind remove rss
# archive :
###########
archive
:
git archive
--prefix
=
ocamlrss-
$(VERSION)
/ HEAD |
gzip
>
../ocamlrss-gh-pages/ocamlrss-
$(VERSION)
.tar.gz
# Cleaning :
############
clean
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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