diff options
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 |