diff options
| author | hallgren <hallgren@chalmers.se> | 2016-06-16 13:54:15 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2016-06-16 13:54:15 +0000 |
| commit | e608a63f808cd062a2485dbd3aea157f014d3582 (patch) | |
| tree | 868938aade1bd31c3ddce1add27f8c76fc04dd32 /debian/rules | |
| parent | 041b1b24e5d46716056af00de31281398421c923 (diff) | |
debian: add txt2tags to Build-Depends and run 'make html' as part of the build
This is to make sure that gf-web-api.html gets included in the .deb package
and is available locally in the GF cloud when running gf -server.
Diffstat (limited to 'debian/rules')
| -rw-r--r-- | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 366d923e5..14cad5c19 100644 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ override_dh_auto_build: cd src/runtime/java && make CFLAGS="-I$(CURDIR)/src/runtime/c -L$(CURDIR)/src/runtime/c/.libs" INSTALL_PATH=/usr/lib echo LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/src/runtime/c/.libs LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/src/runtime/c/.libs cabal build + make html override_dh_auto_clean: rm -fr dist/build |
