diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,3 +27,9 @@ gf: html:: bash bin/update_html + +# Make a debian package. First add a suitable entry with the correct GF version +# number to the top of debian/changelog. +# (Tested on Ubuntu 11.10 & 12.04. You need to install dpkg-dev & debhelper.) +deb: + dpkg-buildpackage -us -uc |
