diff options
author | David Robillard <d@drobilla.net> | 2008-07-06 22:56:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-06 22:56:26 +0000 |
commit | 7c77c1da13943f33df2c970a827909786a6f3817 (patch) | |
tree | e91d1f589e984d751cb6a6e6e89148d4bf6eddde /Makefile.am | |
parent | e94e373c429ba770bdc8c2bd2b02dc56939e52d0 (diff) | |
download | patchage-7c77c1da13943f33df2c970a827909786a6f3817.tar.gz patchage-7c77c1da13943f33df2c970a827909786a6f3817.tar.bz2 patchage-7c77c1da13943f33df2c970a827909786a6f3817.zip |
Debian packaging.
FlowCanvas 0.5.0.
Raul 0.5.0.
Patchage 0.4.1.
git-svn-id: http://svn.drobilla.net/lad/patchage@1283 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bc869ac..43c8232 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,10 @@ -SUBDIRS = src icons +SUBDIRS = src icons debian desktopfilesdir = $(datadir)/applications dist_desktopfiles_DATA = patchage.desktop -doc: Doxyfile src/*.h src/*.cpp +docs: Doxyfile src/*.h src/*.cpp doxygen + +deb: + dpkg-buildpackage -sn |