diff options
author | David Robillard <d@drobilla.net> | 2008-10-03 01:32:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-03 01:32:43 +0000 |
commit | f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc (patch) | |
tree | d9b457aa27a811888d3fe9637b412094e303befa /Makefile.am | |
parent | 0cb30e720eee2577f1602d53ac9d9e99b70841ee (diff) | |
download | patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.tar.gz patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.tar.bz2 patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.zip |
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 82b1756..0000000 --- a/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -SUBDIRS = src icons debian-sid - -desktopfilesdir = $(datadir)/applications -dist_desktopfiles_DATA = patchage.desktop - -docs: Doxyfile src/*.h src/*.cpp - doxygen - -deb: - if [ -e debian ]; then \ - echo "ERROR: ./debian exists, you must move it out of the way."; \ - else \ - ln -s debian-sid debian; \ - dpkg-buildpackage -sn; \ - rm debian; \ - fi |