summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-08-09Changes made in order to get Hackage upload workingJohn J. Camilleri
2021-07-25Make Makefile compatible with stack and old/new cabal (with v1- prefix when ↵John J. Camilleri
necessary)
2021-07-25Update scripts to use `cabal v1-...` so they work on newer cabalAndreas Källberg
Fixes build failures like https://github.com/GrammaticalFramework/gf-core/runs/2949099280?check_suite_focus=true
2018-11-30Update `make deb` for the GF 3.10 releaseThomas Hallgren
This includes adding commands in debian/rules to build and include the RGL and the example grammars in the debian package.
2018-10-31pre and post HTML templates for all txt2tags conversionsJohn J. Camilleri
Remaining: cleaning of t2t files (remove unnecessary options)
2018-10-31Add more phony's to MakefileJohn J. Camilleri
2018-07-04Fix `make sdist` to use `git archive` instead of `darcs dist`John J. Camilleri
2015-10-01Makefile: make pkg: change install location from /usr to /usr/localhallgren
...for compatibility with OS X 10.11 El Capitan (which was released yesterday)
2015-06-25Documentation updates for the release of GF 3.7hallgren
2014-10-15Add a make target to create the source distributiongregoire.detrez
`make sdist` will create a `dist/gf-<version>.tar.gz package with the source files (using the `darcs dist` command).
2014-08-28You can now use 'make pkg' to build OS X Installer packages for GFhallgren
The script bin/build-binary-dist.sh has been updated to build either a plain .tar.gz package or OS X Installer package (.pkg). Note that bin/build-binary-dist.sh is designed to build and include the C run-time system in the binary package. If the C run-time system fails to build, no binary package will be created.
2014-06-19debian/rules: a hack to put the python binding in the right directoryhallgren
The setup.py script puts it under site-packages, but python only looks under dist-packages... Also some minor changes for 'make deb' in Makefile
2014-04-28Spring cleaninghallgren
Nothing major...
2012-08-22Add 'make deb' to Makefile, for creating Debian packageshallgren
Also updated the debian/* files. It should now be easy to create Debian packages under Ubuntu 11.10 & 12.04. See also the notes in the Makefile.
2012-08-06Updated the GF Developers Guidehallgren
+ The instructions have been modernized and simplified slightly and should now work again. (I have not verified it on Windows.) Using 'cabal' instead of 'runghc Setup.hs' avoids some problems. + Also, download/index.html has simpler installation instructions sufficient for many users, so mention it in the main README file. + Also adjusted the main Makefile.
2012-02-25Hin and Snd in MiniGrammar demoaarne
2010-12-22Documentation fixeshallgren
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents
2010-05-16Fix Makefile for case-sensitive file systemskevin.kofler
2009-06-22next-lib renamed to lib, lib to old-libaarne
2009-05-18pattern macros: oper f : pattern T = # p ; used as #f in patternsaarne
2009-05-18entry "make gf" in Makefile with similar effect as in old src/Makefileaarne
2009-05-11Setup.hs now builds RGL. the code is borrowed from Make.hskrasimir
2009-04-30added new Makefile in the top directory which calls Cabal for compilationkrasimir