From f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 01:32:43 +0000 Subject: Good riddance. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1602 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.1