Joachim Bauch
948a435899
Split "release" target into binary and assets.
10 years ago
Joachim Bauch
75fb049883
Split "install" target into binary and assets.
...
This way packaging can later move the static assets to a separate package.
10 years ago
Simon Eisenmann
bb630311ca
Avoid using LDFLAGS as this might be set to unexpected values in environment.
10 years ago
ava1ar
c20a819914
make install target now respect
10 years ago
Simon Eisenmann
63c3895a4a
Added support for (gpm)[ https://github.com/pote/gpm ]
10 years ago
Simon Eisenmann
7fcc9b57a6
Install sandbox html files.
10 years ago
Joachim Bauch
7cc196f4e0
Move sandbox code to own file, refactor common sandboxing code to service.
10 years ago
Simon Eisenmann
c333c7bf0a
Added support for scss-lint in Hound and Makefile.
11 years ago
Simon Eisenmann
2ccd200de7
No longer install config file in install target to avoid issues with non root installs.
11 years ago
Simon Eisenmann
a1a74f9070
Do not use prefix for config location fixing #161
11 years ago
Simon Eisenmann
cf0b35b414
Fixed a binary variables to work correctly together.
11 years ago
Simon Eisenmann
d461300d3c
Fixed prefix handling.
11 years ago
Lance Cooper
866d4bf0cd
Recursively clean all built objects.
11 years ago
Lance Cooper
d9dcdac54c
Breaking change: use VENDOR_GOPATH detected by configure for all builds.
...
This eliminates use of the Debian specific value for SYSTEM_GOPATH and
more readily allows release builds to be made against any set of depenencies.
Additionally, the now redundant `releasetest` target has been removed.
11 years ago
Lance Cooper
1bb4bac2bf
Organize all settable Makefile parameters into a single block.
11 years ago
Lance Cooper
5f9e5aac9f
Allow configuration of the location of vendor Go code.
...
Also elimate redundant setting of GOPATH for `go` execution and
simplify the `getupdate` target.
11 years ago
Lance Cooper
84ed21513d
Remove PKG variable from Makefile.am, as it's redundant with EXENAME.
...
Also simplify binary targets and allow additional flags to be passed
to `go build` and `go test`.
11 years ago
Joachim Bauch
3456cbc393
Install (already compressed) webodf.js.
11 years ago
Joachim Bauch
6604c43ba2
Also install pdf.js files.
11 years ago
Lance Cooper
b783155a77
Correct config install path variable names in Makefile.
11 years ago
Joachim Bauch
2b6bdbfc40
Build/update translations through autoconf/automake.
11 years ago
Simon Eisenmann
23565fcf27
Brought back styleshint in top level makefile.
11 years ago
Simon Eisenmann
0cb32fe4e7
Do not clean css as it is now now part of the source.
11 years ago
Simon Eisenmann
fd3204d231
Made node, sass, compass, autoprefixer optional configure dependencies and added compiled styles to source.
11 years ago
Joachim Bauch
ff7887c4e2
Use autoconf macro to compare versions.
...
This should fix problems on systems where `find` doesn't know how to sort version numbers.
11 years ago
Joachim Bauch
05ffd22103
Added copyright header.
11 years ago
Joachim Bauch
b49a09ac7b
Added autoconf/automake support.
...
This way we can check for required dependencies and minimum versions.
No functional changes have been done to the Makefile yet.
11 years ago